Html Css Color HEX #B9AD20 Earls Green

📋 copy color: '#B9AD20'

red 185 ◦ green 173 ◦ blue 32

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

Shades of Earls Green #B9AD20

Tints of Earls Green #B9AD20

RGB

 RED value IS 185 (72.66% from 255) = 47.44%

 GREEN value IS 173 (67.97% from 255) = 44.36%

 BLUE value IS 32 (12.89% from 255) = 8.21%

R = 47.44%
G = 44.36%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#B9AD20 (or 0xB9AD20) is known color: Earls Green. HEX triplet: B9, AD and 20. RGB value is (185,173,32). Sum of RGB (Red+Green+Blue) = 185+173+32=390 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.44% from 390); Green value is 173 (67.97% from 255 or 44.36% from 390); Blue value is 32 (12.89% from 255 or 8.21% from 390); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AD20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AD20 is #4652DF. Grayscale: #A1A1A1. Windows color (decimal): -4608736 or 2141625. OLE color: 2141625.

HSL color Cylindrical-coordinate representation of color #B9AD20: hue angle of 55.29º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B9AD20 is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 173 32 -
CMYK 0 0.06 0.83 0.27
HSL 55.29º 0.71% 0.43% -
HSV(B) 55.29º 0.83% 0.73% -
XYZ 35.21 40.31 7.29 -
YUV 160.51 55.48 145.46 -
System Red Green Blue C M Y K H S L
Decimal 185 173 32 0 0.06 0.83 0.27 55.29 0.71 0.43
Hex B9 AD 20 0 6 53 1B 37 47 2B
Octal 271 255 40 0 6 123 33 67 107 53
Binary 10111001 10101101 100000 0 110 1010011 11011 110111 1000111 101011

Color Harmonies of #B9AD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AD20

Black with #B9AD20

Text Example


Text Example

White with #B9AD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AD20; }

 p { color: rgb(185,173,32); }

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

background-color css

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

 a { background-color: rgb(185,173,32); }

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

border-color css

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

 span { border-color: rgb(185,173,32); }

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