Html Css Color HEX #BDAE32 Earls Green

📋 copy color: '#BDAE32'

red 189 ◦ green 174 ◦ blue 50

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

Shades of Earls Green #BDAE32

Tints of Earls Green #BDAE32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.11%

R = 45.76%
G = 42.13%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BDAE32 (or 0xBDAE32) is known color: Earls Green. HEX triplet: BD, AE and 32. RGB value is (189,174,50). Sum of RGB (Red+Green+Blue) = 189+174+50=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 174 (68.36% from 255 or 42.13% from 413); Blue value is 50 (19.92% from 255 or 12.11% from 413); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAE32 is #4251CD. Grayscale: #A4A4A4. Windows color (decimal): -4346318 or 3321533. OLE color: 3321533.

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

Color convert

RGB 189 174 50 -
CMYK 0 0.08 0.74 0.26
HSL 53.53º 0.58% 0.47% -
HSV(B) 53.53º 0.74% 0.74% -
XYZ 36.7 41.32 9.06 -
YUV 164.35 63.47 145.58 -
System Red Green Blue C M Y K H S L
Decimal 189 174 50 0 0.08 0.74 0.26 53.53 0.58 0.47
Hex BD AE 32 0 8 4A 1A 36 3A 2F
Octal 275 256 62 0 10 112 32 66 72 57
Binary 10111101 10101110 110010 0 1000 1001010 11010 110110 111010 101111

Color Harmonies of #BDAE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAE32

Black with #BDAE32

Text Example


Text Example

White with #BDAE32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAE32; }

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

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

background-color css

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

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

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

border-color css

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

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

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