Html Css Color HEX #BDAE28 Earls Green

📋 copy color: '#BDAE28'

red 189 ◦ green 174 ◦ blue 40

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

Shades of Earls Green #BDAE28

Tints of Earls Green #BDAE28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.93%

R = 46.9%
G = 43.18%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BDAE28 (or 0xBDAE28) is known color: Earls Green. HEX triplet: BD, AE and 28. RGB value is (189,174,40). Sum of RGB (Red+Green+Blue) = 189+174+40=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 174 (68.36% from 255 or 43.18% from 403); Blue value is 40 (16.02% from 255 or 9.93% from 403); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAE28 is #4251D7. Grayscale: #A3A3A3. Windows color (decimal): -4346328 or 2666173. OLE color: 2666173.

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

Color convert

RGB 189 174 40 -
CMYK 0 0.08 0.79 0.26
HSL 53.96º 0.65% 0.45% -
HSV(B) 53.96º 0.79% 0.74% -
XYZ 36.51 41.24 8.04 -
YUV 163.21 58.47 146.4 -
System Red Green Blue C M Y K H S L
Decimal 189 174 40 0 0.08 0.79 0.26 53.96 0.65 0.45
Hex BD AE 28 0 8 4F 1A 36 41 2D
Octal 275 256 50 0 10 117 32 66 101 55
Binary 10111101 10101110 101000 0 1000 1001111 11010 110110 1000001 101101

Color Harmonies of #BDAE28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAE28

Black with #BDAE28

Text Example


Text Example

White with #BDAE28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAE28; }

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

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

background-color css

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

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

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

border-color css

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

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

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