Html Css Color HEX #BDA71F Earls Green

📋 copy color: '#BDA71F'

red 189 ◦ green 167 ◦ blue 31

#BDA71F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Earls Green #BDA71F

Tints of Earls Green #BDA71F

RGB

 RED value IS 189 (74.22% from 255) = 48.84%

 GREEN value IS 167 (65.63% from 255) = 43.15%

 BLUE value IS 31 (12.5% from 255) = 8.01%

R = 48.84%
G = 43.15%
B = 8.01%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.84

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BDA71F (or 0xBDA71F) is known color: Earls Green. HEX triplet: BD, A7 and 1F. RGB value is (189,167,31). Sum of RGB (Red+Green+Blue) = 189+167+31=387 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.84% from 387); Green value is 167 (65.62% from 255 or 43.15% from 387); Blue value is 31 (12.5% from 255 or 8.01% from 387); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA71F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA71F is #4258E0. Grayscale: #9E9E9E. Windows color (decimal): -4348129 or 2074557. OLE color: 2074557.

HSL color Cylindrical-coordinate representation of color #BDA71F: hue angle of 51.65º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BDA71F is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 167 31 -
CMYK 0 0.12 0.84 0.26
HSL 51.65º 0.72% 0.43% -
HSV(B) 51.65º 0.84% 0.74% -
XYZ 35.05 38.56 6.89 -
YUV 158.07 56.29 150.06 -
System Red Green Blue C M Y K H S L
Decimal 189 167 31 0 0.12 0.84 0.26 51.65 0.72 0.43
Hex BD A7 1F 0 C 54 1A 34 48 2B
Octal 275 247 37 0 14 124 32 64 110 53
Binary 10111101 10100111 11111 0 1100 1010100 11010 110100 1001000 101011

Color Harmonies of #BDA71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA71F

Black with #BDA71F

Text Example


Text Example

White with #BDA71F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA71F; }

 p { color: rgb(189,167,31); }

 H1.HeaderClassName
 {
   color: #BDA71F;
 }
 .AnyTagClassName
 {
   color: #BDA71F;
 }
</style>

background-color css

<style>
 a { background-color: #BDA71F; }

 a { background-color: rgb(189,167,31); }

 div.DivClassName
 {
   background-color: #BDA71F;
 }
 .BgClassName
 {
   background-color: #BDA71F;
 }
</style>

border-color css

<style>
 span { border-color: #BDA71F; }

 span { border-color: rgb(189,167,31); }

 td.TdClassName
 {
   border-color: #BDA71F;
 }
 .TagClassName
 {
   border-color: #BDA71F;
 }
</style>