Html Css Color HEX #B9A82E Earls Green

📋 copy color: '#B9A82E'

red 185 ◦ green 168 ◦ blue 46

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

Shades of Earls Green #B9A82E

Tints of Earls Green #B9A82E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.53%

R = 46.37%
G = 42.11%
B = 11.53%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#B9A82E (or 0xB9A82E) is known color: Earls Green. HEX triplet: B9, A8 and 2E. RGB value is (185,168,46). Sum of RGB (Red+Green+Blue) = 185+168+46=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 168 (66.02% from 255 or 42.11% from 399); Blue value is 46 (18.36% from 255 or 11.53% from 399); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A82E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A82E is #4657D1. Grayscale: #9F9F9F. Windows color (decimal): -4610002 or 3057849. OLE color: 3057849.

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

Color convert

RGB 185 168 46 -
CMYK 0 0.09 0.75 0.27
HSL 52.66º 0.6% 0.45% -
HSV(B) 52.66º 0.75% 0.73% -
XYZ 34.5 38.52 8.2 -
YUV 159.18 64.13 146.42 -
System Red Green Blue C M Y K H S L
Decimal 185 168 46 0 0.09 0.75 0.27 52.66 0.6 0.45
Hex B9 A8 2E 0 9 4B 1B 35 3C 2D
Octal 271 250 56 0 11 113 33 65 74 55
Binary 10111001 10101000 101110 0 1001 1001011 11011 110101 111100 101101

Color Harmonies of #B9A82E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A82E

Black with #B9A82E

Text Example


Text Example

White with #B9A82E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A82E; }

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

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

background-color css

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

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

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

border-color css

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

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

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