Html Css Color HEX #BDAE25 Earls Green

📋 copy color: '#BDAE25'

red 189 ◦ green 174 ◦ blue 37

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

Shades of Earls Green #BDAE25

Tints of Earls Green #BDAE25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.25%

R = 47.25%
G = 43.5%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BDAE25 (or 0xBDAE25) is known color: Earls Green. HEX triplet: BD, AE and 25. RGB value is (189,174,37). Sum of RGB (Red+Green+Blue) = 189+174+37=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 174 (68.36% from 255 or 43.5% from 400); Blue value is 37 (14.84% from 255 or 9.25% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAE25 is #4251DA. Grayscale: #A3A3A3. Windows color (decimal): -4346331 or 2469565. OLE color: 2469565.

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

Color convert

RGB 189 174 37 -
CMYK 0 0.08 0.80 0.26
HSL 54.08º 0.67% 0.44% -
HSV(B) 54.08º 0.8% 0.74% -
XYZ 36.46 41.22 7.79 -
YUV 162.87 56.97 146.64 -
System Red Green Blue C M Y K H S L
Decimal 189 174 37 0 0.08 0.80 0.26 54.08 0.67 0.44
Hex BD AE 25 0 8 50 1A 36 43 2C
Octal 275 256 45 0 10 120 32 66 103 54
Binary 10111101 10101110 100101 0 1000 1010000 11010 110110 1000011 101100

Color Harmonies of #BDAE25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAE25

Black with #BDAE25

Text Example


Text Example

White with #BDAE25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAE25; }

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

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

background-color css

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

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

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

border-color css

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

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

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