Html Css Color HEX #BDA616 Earls Green

📋 copy color: '#BDA616'

red 189 ◦ green 166 ◦ blue 22

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

Shades of Earls Green #BDA616

Tints of Earls Green #BDA616

RGB

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

 GREEN value IS 166 (65.23% from 255) = 44.03%

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

R = 50.13%
G = 44.03%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BDA616 (or 0xBDA616) is known color: Earls Green. HEX triplet: BD, A6 and 16. RGB value is (189,166,22). Sum of RGB (Red+Green+Blue) = 189+166+22=377 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.13% from 377); Green value is 166 (65.23% from 255 or 44.03% from 377); Blue value is 22 (8.98% from 255 or 5.84% from 377); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA616 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA616 is #4259E9. Grayscale: #9D9D9D. Windows color (decimal): -4348394 or 1484477. OLE color: 1484477.

HSL color Cylindrical-coordinate representation of color #BDA616: hue angle of 51.74º 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 #BDA616 is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 166 22 -
CMYK 0 0.12 0.88 0.26
HSL 51.74º 0.79% 0.41% -
HSV(B) 51.74º 0.88% 0.74% -
XYZ 34.77 38.15 6.29 -
YUV 156.46 52.12 151.21 -
System Red Green Blue C M Y K H S L
Decimal 189 166 22 0 0.12 0.88 0.26 51.74 0.79 0.41
Hex BD A6 16 0 C 58 1A 34 4F 29
Octal 275 246 26 0 14 130 32 64 117 51
Binary 10111101 10100110 10110 0 1100 1011000 11010 110100 1001111 101001

Color Harmonies of #BDA616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA616

Black with #BDA616

Text Example


Text Example

White with #BDA616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA616; }

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

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

background-color css

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

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

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

border-color css

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

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

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