Html Css Color HEX #BDAE20 Earls Green

📋 copy color: '#BDAE20'

red 189 ◦ green 174 ◦ blue 32

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

Shades of Earls Green #BDAE20

Tints of Earls Green #BDAE20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.1%

R = 47.85%
G = 44.05%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BDAE20 (or 0xBDAE20) is known color: Earls Green. HEX triplet: BD, AE and 20. RGB value is (189,174,32). Sum of RGB (Red+Green+Blue) = 189+174+32=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 174 (68.36% from 255 or 44.05% from 395); Blue value is 32 (12.89% from 255 or 8.10% from 395); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAE20 is #4251DF. Grayscale: #A2A2A2. Windows color (decimal): -4346336 or 2141885. OLE color: 2141885.

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

Color convert

RGB 189 174 32 -
CMYK 0 0.08 0.83 0.26
HSL 54.27º 0.71% 0.43% -
HSV(B) 54.27º 0.83% 0.74% -
XYZ 36.38 41.2 7.4 -
YUV 162.3 54.47 147.05 -
System Red Green Blue C M Y K H S L
Decimal 189 174 32 0 0.08 0.83 0.26 54.27 0.71 0.43
Hex BD AE 20 0 8 53 1A 36 47 2B
Octal 275 256 40 0 10 123 32 66 107 53
Binary 10111101 10101110 100000 0 1000 1010011 11010 110110 1000111 101011

Color Harmonies of #BDAE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAE20

Black with #BDAE20

Text Example


Text Example

White with #BDAE20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAE20; }

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

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

background-color css

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

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

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

border-color css

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

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

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