Html Css Color HEX #BDA917 Earls Green

📋 copy color: '#BDA917'

red 189 ◦ green 169 ◦ blue 23

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

Shades of Earls Green #BDA917

Tints of Earls Green #BDA917

RGB

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

 GREEN value IS 169 (66.41% from 255) = 44.36%

 BLUE value IS 23 (9.38% from 255) = 6.04%

R = 49.61%
G = 44.36%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BDA917 (or 0xBDA917) is known color: Earls Green. HEX triplet: BD, A9 and 17. RGB value is (189,169,23). Sum of RGB (Red+Green+Blue) = 189+169+23=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 169 (66.41% from 255 or 44.36% from 381); Blue value is 23 (9.38% from 255 or 6.04% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA917 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA917 is #4256E8. Grayscale: #9E9E9E. Windows color (decimal): -4347625 or 1550781. OLE color: 1550781.

HSL color Cylindrical-coordinate representation of color #BDA917: hue angle of 52.77º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BDA917 is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 169 23 -
CMYK 0 0.11 0.88 0.26
HSL 52.77º 0.78% 0.42% -
HSV(B) 52.77º 0.88% 0.74% -
XYZ 35.33 39.26 6.53 -
YUV 158.34 51.63 149.87 -
System Red Green Blue C M Y K H S L
Decimal 189 169 23 0 0.11 0.88 0.26 52.77 0.78 0.42
Hex BD A9 17 0 B 58 1A 35 4E 2A
Octal 275 251 27 0 13 130 32 65 116 52
Binary 10111101 10101001 10111 0 1011 1011000 11010 110101 1001110 101010

Color Harmonies of #BDA917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA917

Black with #BDA917

Text Example


Text Example

White with #BDA917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA917; }

 p { color: rgb(189,169,23); }

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

background-color css

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

 a { background-color: rgb(189,169,23); }

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

border-color css

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

 span { border-color: rgb(189,169,23); }

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