Html Css Color HEX #B9A62C Earls Green

📋 copy color: '#B9A62C'

red 185 ◦ green 166 ◦ blue 44

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

Shades of Earls Green #B9A62C

Tints of Earls Green #B9A62C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.03%

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

R = 46.84%
G = 42.03%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#B9A62C (or 0xB9A62C) is known color: Earls Green. HEX triplet: B9, A6 and 2C. RGB value is (185,166,44). Sum of RGB (Red+Green+Blue) = 185+166+44=395 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.84% from 395); Green value is 166 (65.23% from 255 or 42.03% from 395); Blue value is 44 (17.58% from 255 or 11.14% from 395); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A62C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A62C is #4659D3. Grayscale: #9E9E9E. Windows color (decimal): -4610516 or 2926265. OLE color: 2926265.

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

Color convert

RGB 185 166 44 -
CMYK 0 0.10 0.76 0.27
HSL 51.91º 0.62% 0.45% -
HSV(B) 51.91º 0.76% 0.73% -
XYZ 34.1 37.77 7.88 -
YUV 157.77 63.79 147.42 -
System Red Green Blue C M Y K H S L
Decimal 185 166 44 0 0.10 0.76 0.27 51.91 0.62 0.45
Hex B9 A6 2C 0 A 4C 1B 34 3E 2D
Octal 271 246 54 0 12 114 33 64 76 55
Binary 10111001 10100110 101100 0 1010 1001100 11011 110100 111110 101101

Color Harmonies of #B9A62C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A62C

Black with #B9A62C

Text Example


Text Example

White with #B9A62C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A62C; }

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

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

background-color css

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

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

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

border-color css

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

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

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