Html Css Color HEX #B9A61C Earls Green

📋 copy color: '#B9A61C'

red 185 ◦ green 166 ◦ blue 28

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

Shades of Earls Green #B9A61C

Tints of Earls Green #B9A61C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.39%

R = 48.81%
G = 43.8%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#B9A61C (or 0xB9A61C) is known color: Earls Green. HEX triplet: B9, A6 and 1C. RGB value is (185,166,28). Sum of RGB (Red+Green+Blue) = 185+166+28=379 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.81% from 379); Green value is 166 (65.23% from 255 or 43.80% from 379); Blue value is 28 (11.33% from 255 or 7.39% from 379); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A61C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A61C is #4659E3. Grayscale: #9C9C9C. Windows color (decimal): -4610532 or 1877689. OLE color: 1877689.

HSL color Cylindrical-coordinate representation of color #B9A61C: hue angle of 52.74º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B9A61C is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 166 28 -
CMYK 0 0.10 0.85 0.27
HSL 52.74º 0.74% 0.42% -
HSV(B) 52.74º 0.85% 0.73% -
XYZ 33.85 37.67 6.59 -
YUV 155.95 55.79 148.72 -
System Red Green Blue C M Y K H S L
Decimal 185 166 28 0 0.10 0.85 0.27 52.74 0.74 0.42
Hex B9 A6 1C 0 A 55 1B 35 4A 2A
Octal 271 246 34 0 12 125 33 65 112 52
Binary 10111001 10100110 11100 0 1010 1010101 11011 110101 1001010 101010

Color Harmonies of #B9A61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A61C

Black with #B9A61C

Text Example


Text Example

White with #B9A61C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A61C; }

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

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

background-color css

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

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

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

border-color css

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

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

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