Html Css Color HEX #B9A82A Earls Green

📋 copy color: '#B9A82A'

red 185 ◦ green 168 ◦ blue 42

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

Shades of Earls Green #B9A82A

Tints of Earls Green #B9A82A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.63%

R = 46.84%
G = 42.53%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#B9A82A (or 0xB9A82A) is known color: Earls Green. HEX triplet: B9, A8 and 2A. RGB value is (185,168,42). Sum of RGB (Red+Green+Blue) = 185+168+42=395 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.84% from 395); Green value is 168 (66.02% from 255 or 42.53% from 395); Blue value is 42 (16.80% from 255 or 10.63% from 395); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A82A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A82A is #4657D5. Grayscale: #9F9F9F. Windows color (decimal): -4610006 or 2795705. OLE color: 2795705.

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

Color convert

RGB 185 168 42 -
CMYK 0 0.09 0.77 0.27
HSL 52.87º 0.63% 0.45% -
HSV(B) 52.87º 0.77% 0.73% -
XYZ 34.43 38.49 7.8 -
YUV 158.72 62.13 146.75 -
System Red Green Blue C M Y K H S L
Decimal 185 168 42 0 0.09 0.77 0.27 52.87 0.63 0.45
Hex B9 A8 2A 0 9 4D 1B 35 3F 2D
Octal 271 250 52 0 11 115 33 65 77 55
Binary 10111001 10101000 101010 0 1001 1001101 11011 110101 111111 101101

Color Harmonies of #B9A82A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A82A

Black with #B9A82A

Text Example


Text Example

White with #B9A82A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A82A; }

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

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

background-color css

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

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

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

border-color css

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

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

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