Html Css Color HEX #BDA916 Earls Green

📋 copy color: '#BDA916'

red 189 ◦ green 169 ◦ blue 22

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

Shades of Earls Green #BDA916

Tints of Earls Green #BDA916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.79%

R = 49.74%
G = 44.47%
B = 5.79%

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

#BDA916 (or 0xBDA916) is known color: Earls Green. HEX triplet: BD, A9 and 16. RGB value is (189,169,22). Sum of RGB (Red+Green+Blue) = 189+169+22=380 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.74% from 380); Green value is 169 (66.41% from 255 or 44.47% from 380); Blue value is 22 (8.98% from 255 or 5.79% from 380); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA916 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA916 is #4256E9. Grayscale: #9E9E9E. Windows color (decimal): -4347626 or 1485245. OLE color: 1485245.

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

Color convert

RGB 189 169 22 -
CMYK 0 0.11 0.88 0.26
HSL 52.81º 0.79% 0.41% -
HSV(B) 52.81º 0.88% 0.74% -
XYZ 35.32 39.25 6.47 -
YUV 158.22 51.13 149.95 -
System Red Green Blue C M Y K H S L
Decimal 189 169 22 0 0.11 0.88 0.26 52.81 0.79 0.41
Hex BD A9 16 0 B 58 1A 35 4F 29
Octal 275 251 26 0 13 130 32 65 117 51
Binary 10111101 10101001 10110 0 1011 1011000 11010 110101 1001111 101001

Color Harmonies of #BDA916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA916

Black with #BDA916

Text Example


Text Example

White with #BDA916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA916; }

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

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

background-color css

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

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

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

border-color css

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

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

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