Html Css Color HEX #B9AB2E Earls Green

📋 copy color: '#B9AB2E'

red 185 ◦ green 171 ◦ blue 46

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

Shades of Earls Green #B9AB2E

Tints of Earls Green #B9AB2E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.54%

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

R = 46.02%
G = 42.54%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#B9AB2E (or 0xB9AB2E) is known color: Earls Green. HEX triplet: B9, AB and 2E. RGB value is (185,171,46). Sum of RGB (Red+Green+Blue) = 185+171+46=402 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.02% from 402); Green value is 171 (67.19% from 255 or 42.54% from 402); Blue value is 46 (18.36% from 255 or 11.44% from 402); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AB2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AB2E is #4654D1. Grayscale: #A1A1A1. Windows color (decimal): -4609234 or 3058617. OLE color: 3058617.

HSL color Cylindrical-coordinate representation of color #B9AB2E: hue angle of 53.96º 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 #B9AB2E is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 171 46 -
CMYK 0 0.08 0.75 0.27
HSL 53.96º 0.6% 0.45% -
HSV(B) 53.96º 0.75% 0.73% -
XYZ 35.06 39.64 8.39 -
YUV 160.94 63.14 145.16 -
System Red Green Blue C M Y K H S L
Decimal 185 171 46 0 0.08 0.75 0.27 53.96 0.6 0.45
Hex B9 AB 2E 0 8 4B 1B 36 3C 2D
Octal 271 253 56 0 10 113 33 66 74 55
Binary 10111001 10101011 101110 0 1000 1001011 11011 110110 111100 101101

Color Harmonies of #B9AB2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AB2E

Black with #B9AB2E

Text Example


Text Example

White with #B9AB2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AB2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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