Html Css Color HEX #BDAE12 Earls Green

📋 copy color: '#BDAE12'

red 189 ◦ green 174 ◦ blue 18

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

Shades of Earls Green #BDAE12

Tints of Earls Green #BDAE12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.72%

R = 49.61%
G = 45.67%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BDAE12 (or 0xBDAE12) is known color: Earls Green. HEX triplet: BD, AE and 12. RGB value is (189,174,18). Sum of RGB (Red+Green+Blue) = 189+174+18=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 174 (68.36% from 255 or 45.67% from 381); Blue value is 18 (7.42% from 255 or 4.72% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDAE12 is #4251ED. Grayscale: #A1A1A1. Windows color (decimal): -4346350 or 1224381. OLE color: 1224381.

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

Color convert

RGB 189 174 18 -
CMYK 0 0.08 0.90 0.26
HSL 54.74º 0.83% 0.41% -
HSV(B) 54.74º 0.9% 0.74% -
XYZ 36.23 41.13 6.6 -
YUV 160.7 47.47 148.18 -
System Red Green Blue C M Y K H S L
Decimal 189 174 18 0 0.08 0.90 0.26 54.74 0.83 0.41
Hex BD AE 12 0 8 5A 1A 37 53 29
Octal 275 256 22 0 10 132 32 67 123 51
Binary 10111101 10101110 10010 0 1000 1011010 11010 110111 1010011 101001

Color Harmonies of #BDAE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAE12

Black with #BDAE12

Text Example


Text Example

White with #BDAE12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAE12; }

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

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

background-color css

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

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

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

border-color css

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

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

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