Html Css Color HEX #B9A61E Earls Green

📋 copy color: '#B9A61E'

red 185 ◦ green 166 ◦ blue 30

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

Shades of Earls Green #B9A61E

Tints of Earls Green #B9A61E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.87%

R = 48.56%
G = 43.57%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#B9A61E (or 0xB9A61E) is known color: Earls Green. HEX triplet: B9, A6 and 1E. RGB value is (185,166,30). Sum of RGB (Red+Green+Blue) = 185+166+30=381 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.56% from 381); Green value is 166 (65.23% from 255 or 43.57% from 381); Blue value is 30 (12.11% from 255 or 7.87% from 381); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A61E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A61E is #4659E1. Grayscale: #9C9C9C. Windows color (decimal): -4610530 or 2008761. OLE color: 2008761.

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

Color convert

RGB 185 166 30 -
CMYK 0 0.10 0.84 0.27
HSL 52.65º 0.72% 0.42% -
HSV(B) 52.65º 0.84% 0.73% -
XYZ 33.88 37.68 6.72 -
YUV 156.18 56.79 148.56 -
System Red Green Blue C M Y K H S L
Decimal 185 166 30 0 0.10 0.84 0.27 52.65 0.72 0.42
Hex B9 A6 1E 0 A 54 1B 35 48 2A
Octal 271 246 36 0 12 124 33 65 110 52
Binary 10111001 10100110 11110 0 1010 1010100 11011 110101 1001000 101010

Color Harmonies of #B9A61E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A61E

Black with #B9A61E

Text Example


Text Example

White with #B9A61E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A61E; }

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

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

background-color css

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

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

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

border-color css

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

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

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