Html Css Color HEX #BDAE11 Earls Green

📋 copy color: '#BDAE11'

red 189 ◦ green 174 ◦ blue 17

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

Shades of Earls Green #BDAE11

Tints of Earls Green #BDAE11

RGB

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

 GREEN value IS 174 (68.36% from 255) = 45.79%

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

R = 49.74%
G = 45.79%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BDAE11 (or 0xBDAE11) is known color: Earls Green. HEX triplet: BD, AE and 11. RGB value is (189,174,17). Sum of RGB (Red+Green+Blue) = 189+174+17=380 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.74% from 380); Green value is 174 (68.36% from 255 or 45.79% from 380); Blue value is 17 (7.03% from 255 or 4.47% from 380); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDAE11 is #4251EE. Grayscale: #A1A1A1. Windows color (decimal): -4346351 or 1158845. OLE color: 1158845.

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

Color convert

RGB 189 174 17 -
CMYK 0 0.08 0.91 0.26
HSL 54.77º 0.83% 0.4% -
HSV(B) 54.77º 0.91% 0.74% -
XYZ 36.22 41.13 6.56 -
YUV 160.59 46.97 148.27 -
System Red Green Blue C M Y K H S L
Decimal 189 174 17 0 0.08 0.91 0.26 54.77 0.83 0.4
Hex BD AE 11 0 8 5B 1A 37 53 28
Octal 275 256 21 0 10 133 32 67 123 50
Binary 10111101 10101110 10001 0 1000 1011011 11010 110111 1010011 101000

Color Harmonies of #BDAE11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAE11

Black with #BDAE11

Text Example


Text Example

White with #BDAE11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAE11; }

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

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

background-color css

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

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

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

border-color css

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

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

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