Html Css Color HEX #BDA811 Earls Green

📋 copy color: '#BDA811'

red 189 ◦ green 168 ◦ blue 17

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

Shades of Earls Green #BDA811

Tints of Earls Green #BDA811

RGB

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

 GREEN value IS 168 (66.02% from 255) = 44.92%

 BLUE value IS 17 (7.03% from 255) = 4.55%

R = 50.53%
G = 44.92%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BDA811 (or 0xBDA811) is known color: Earls Green. HEX triplet: BD, A8 and 11. RGB value is (189,168,17). Sum of RGB (Red+Green+Blue) = 189+168+17=374 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.53% from 374); Green value is 168 (66.02% from 255 or 44.92% from 374); Blue value is 17 (7.03% from 255 or 4.55% from 374); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA811 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA811 is #4257EE. Grayscale: #9D9D9D. Windows color (decimal): -4347887 or 1157309. OLE color: 1157309.

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

Color convert

RGB 189 168 17 -
CMYK 0 0.11 0.91 0.26
HSL 52.67º 0.83% 0.4% -
HSV(B) 52.67º 0.91% 0.74% -
XYZ 35.09 38.86 6.18 -
YUV 157.07 48.96 150.78 -
System Red Green Blue C M Y K H S L
Decimal 189 168 17 0 0.11 0.91 0.26 52.67 0.83 0.4
Hex BD A8 11 0 B 5B 1A 35 53 28
Octal 275 250 21 0 13 133 32 65 123 50
Binary 10111101 10101000 10001 0 1011 1011011 11010 110101 1010011 101000

Color Harmonies of #BDA811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA811

Black with #BDA811

Text Example


Text Example

White with #BDA811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA811; }

 p { color: rgb(189,168,17); }

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

background-color css

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

 a { background-color: rgb(189,168,17); }

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

border-color css

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

 span { border-color: rgb(189,168,17); }

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