Html Css Color HEX #BDAB0F Earls Green

📋 copy color: '#BDAB0F'

red 189 ◦ green 171 ◦ blue 15

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

Shades of Earls Green #BDAB0F

Tints of Earls Green #BDAB0F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 45.6%

 BLUE value IS 15 (6.25% from 255) = 4%

R = 50.4%
G = 45.6%
B = 4%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BDAB0F (or 0xBDAB0F) is known color: Earls Green. HEX triplet: BD, AB and 0F. RGB value is (189,171,15). Sum of RGB (Red+Green+Blue) = 189+171+15=375 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.4% from 375); Green value is 171 (67.19% from 255 or 45.6% from 375); Blue value is 15 (6.25% from 255 or 4% from 375); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDAB0F is #4254F0. Grayscale: #9F9F9F. Windows color (decimal): -4347121 or 1027005. OLE color: 1027005.

HSL color Cylindrical-coordinate representation of color #BDAB0F: hue angle of 53.79º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BDAB0F is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 171 15 -
CMYK 0 0.10 0.92 0.26
HSL 53.79º 0.85% 0.4% -
HSV(B) 53.79º 0.92% 0.74% -
XYZ 35.64 39.98 6.29 -
YUV 158.6 46.96 149.68 -
System Red Green Blue C M Y K H S L
Decimal 189 171 15 0 0.10 0.92 0.26 53.79 0.85 0.4
Hex BD AB F 0 A 5C 1A 36 55 28
Octal 275 253 17 0 12 134 32 66 125 50
Binary 10111101 10101011 1111 0 1010 1011100 11010 110110 1010101 101000

Color Harmonies of #BDAB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAB0F

Black with #BDAB0F

Text Example


Text Example

White with #BDAB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAB0F; }

 p { color: rgb(189,171,15); }

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

background-color css

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

 a { background-color: rgb(189,171,15); }

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

border-color css

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

 span { border-color: rgb(189,171,15); }

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