Html Css Color HEX #B9AD31 Earls Green

📋 copy color: '#B9AD31'

red 185 ◦ green 173 ◦ blue 49

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

Shades of Earls Green #B9AD31

Tints of Earls Green #B9AD31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.04%

R = 45.45%
G = 42.51%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B9AD31 (or 0xB9AD31) is known color: Earls Green. HEX triplet: B9, AD and 31. RGB value is (185,173,49). Sum of RGB (Red+Green+Blue) = 185+173+49=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 173 (67.97% from 255 or 42.51% from 407); Blue value is 49 (19.53% from 255 or 12.04% from 407); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AD31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AD31 is #4652CE. Grayscale: #A2A2A2. Windows color (decimal): -4608719 or 3255737. OLE color: 3255737.

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

Color convert

RGB 185 173 49 -
CMYK 0 0.06 0.74 0.27
HSL 54.71º 0.58% 0.46% -
HSV(B) 54.71º 0.74% 0.73% -
XYZ 35.51 40.42 8.84 -
YUV 162.45 63.98 144.08 -
System Red Green Blue C M Y K H S L
Decimal 185 173 49 0 0.06 0.74 0.27 54.71 0.58 0.46
Hex B9 AD 31 0 6 4A 1B 37 3A 2E
Octal 271 255 61 0 6 112 33 67 72 56
Binary 10111001 10101101 110001 0 110 1001010 11011 110111 111010 101110

Color Harmonies of #B9AD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AD31

Black with #B9AD31

Text Example


Text Example

White with #B9AD31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AD31; }

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

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

background-color css

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

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

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

border-color css

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

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

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