Html Css Color HEX #B9A82C Earls Green

📋 copy color: '#B9A82C'

red 185 ◦ green 168 ◦ blue 44

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

Shades of Earls Green #B9A82C

Tints of Earls Green #B9A82C

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.32%

 BLUE value IS 44 (17.58% from 255) = 11.08%

R = 46.6%
G = 42.32%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#B9A82C (or 0xB9A82C) is known color: Earls Green. HEX triplet: B9, A8 and 2C. RGB value is (185,168,44). Sum of RGB (Red+Green+Blue) = 185+168+44=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 168 (66.02% from 255 or 42.32% from 397); Blue value is 44 (17.58% from 255 or 11.08% from 397); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A82C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A82C is #4657D3. Grayscale: #9F9F9F. Windows color (decimal): -4610004 or 2926777. OLE color: 2926777.

HSL color Cylindrical-coordinate representation of color #B9A82C: hue angle of 52.77º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B9A82C is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 168 44 -
CMYK 0 0.09 0.76 0.27
HSL 52.77º 0.62% 0.45% -
HSV(B) 52.77º 0.76% 0.73% -
XYZ 34.46 38.5 8 -
YUV 158.95 63.13 146.58 -
System Red Green Blue C M Y K H S L
Decimal 185 168 44 0 0.09 0.76 0.27 52.77 0.62 0.45
Hex B9 A8 2C 0 9 4C 1B 35 3E 2D
Octal 271 250 54 0 11 114 33 65 76 55
Binary 10111001 10101000 101100 0 1001 1001100 11011 110101 111110 101101

Color Harmonies of #B9A82C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A82C

Black with #B9A82C

Text Example


Text Example

White with #B9A82C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A82C; }

 p { color: rgb(185,168,44); }

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

background-color css

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

 a { background-color: rgb(185,168,44); }

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

border-color css

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

 span { border-color: rgb(185,168,44); }

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