Html Css Color HEX #B9A92E Earls Green

📋 copy color: '#B9A92E'

red 185 ◦ green 169 ◦ blue 46

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

Shades of Earls Green #B9A92E

Tints of Earls Green #B9A92E

RGB

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

 GREEN value IS 169 (66.41% from 255) = 42.25%

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

R = 46.25%
G = 42.25%
B = 11.5%

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

#B9A92E (or 0xB9A92E) is known color: Earls Green. HEX triplet: B9, A9 and 2E. RGB value is (185,169,46). Sum of RGB (Red+Green+Blue) = 185+169+46=400 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.25% from 400); Green value is 169 (66.41% from 255 or 42.25% from 400); Blue value is 46 (18.36% from 255 or 11.5% from 400); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A92E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A92E is #4656D1. Grayscale: #A0A0A0. Windows color (decimal): -4609746 or 3058105. OLE color: 3058105.

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

Color convert

RGB 185 169 46 -
CMYK 0 0.09 0.75 0.27
HSL 53.09º 0.6% 0.45% -
HSV(B) 53.09º 0.75% 0.73% -
XYZ 34.69 38.89 8.26 -
YUV 159.76 63.8 146 -
System Red Green Blue C M Y K H S L
Decimal 185 169 46 0 0.09 0.75 0.27 53.09 0.6 0.45
Hex B9 A9 2E 0 9 4B 1B 35 3C 2D
Octal 271 251 56 0 11 113 33 65 74 55
Binary 10111001 10101001 101110 0 1001 1001011 11011 110101 111100 101101

Color Harmonies of #B9A92E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A92E

Black with #B9A92E

Text Example


Text Example

White with #B9A92E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A92E; }

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

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

background-color css

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

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

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

border-color css

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

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

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