Html Css Color HEX #BDAE16 Earls Green

📋 copy color: '#BDAE16'

red 189 ◦ green 174 ◦ blue 22

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

Shades of Earls Green #BDAE16

Tints of Earls Green #BDAE16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.71%

R = 49.09%
G = 45.19%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BDAE16 (or 0xBDAE16) is known color: Earls Green. HEX triplet: BD, AE and 16. RGB value is (189,174,22). Sum of RGB (Red+Green+Blue) = 189+174+22=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 174 (68.36% from 255 or 45.19% from 385); Blue value is 22 (8.98% from 255 or 5.71% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDAE16 is #4251E9. Grayscale: #A1A1A1. Windows color (decimal): -4346346 or 1486525. OLE color: 1486525.

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

Color convert

RGB 189 174 22 -
CMYK 0 0.08 0.88 0.26
HSL 54.61º 0.79% 0.41% -
HSV(B) 54.61º 0.88% 0.74% -
XYZ 36.27 41.15 6.79 -
YUV 161.16 49.47 147.86 -
System Red Green Blue C M Y K H S L
Decimal 189 174 22 0 0.08 0.88 0.26 54.61 0.79 0.41
Hex BD AE 16 0 8 58 1A 37 4F 29
Octal 275 256 26 0 10 130 32 67 117 51
Binary 10111101 10101110 10110 0 1000 1011000 11010 110111 1001111 101001

Color Harmonies of #BDAE16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAE16

Black with #BDAE16

Text Example


Text Example

White with #BDAE16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAE16; }

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

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

background-color css

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

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

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

border-color css

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

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

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