Html Css Color HEX #BDA910 Earls Green

📋 copy color: '#BDA910'

red 189 ◦ green 169 ◦ blue 16

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

Shades of Earls Green #BDA910

Tints of Earls Green #BDA910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.28%

R = 50.53%
G = 45.19%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BDA910 (or 0xBDA910) is known color: Earls Green. HEX triplet: BD, A9 and 10. RGB value is (189,169,16). Sum of RGB (Red+Green+Blue) = 189+169+16=374 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.53% from 374); Green value is 169 (66.41% from 255 or 45.19% from 374); Blue value is 16 (6.64% from 255 or 4.28% from 374); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA910 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA910 is #4256EF. Grayscale: #9E9E9E. Windows color (decimal): -4347632 or 1092029. OLE color: 1092029.

HSL color Cylindrical-coordinate representation of color #BDA910: hue angle of 53.06º degrees, saturation: 0.84, 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 #BDA910 is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 169 16 -
CMYK 0 0.11 0.92 0.26
HSL 53.06º 0.84% 0.4% -
HSV(B) 53.06º 0.92% 0.74% -
XYZ 35.27 39.23 6.2 -
YUV 157.54 48.13 150.44 -
System Red Green Blue C M Y K H S L
Decimal 189 169 16 0 0.11 0.92 0.26 53.06 0.84 0.4
Hex BD A9 10 0 B 5C 1A 35 54 28
Octal 275 251 20 0 13 134 32 65 124 50
Binary 10111101 10101001 10000 0 1011 1011100 11010 110101 1010100 101000

Color Harmonies of #BDA910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA910

Black with #BDA910

Text Example


Text Example

White with #BDA910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA910; }

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

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

background-color css

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

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

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

border-color css

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

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

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