Html Css Color HEX #B9A61A Earls Green

📋 copy color: '#B9A61A'

red 185 ◦ green 166 ◦ blue 26

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

Shades of Earls Green #B9A61A

Tints of Earls Green #B9A61A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.9%

R = 49.07%
G = 44.03%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B9A61A (or 0xB9A61A) is known color: Earls Green. HEX triplet: B9, A6 and 1A. RGB value is (185,166,26). Sum of RGB (Red+Green+Blue) = 185+166+26=377 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.07% from 377); Green value is 166 (65.23% from 255 or 44.03% from 377); Blue value is 26 (10.55% from 255 or 6.90% from 377); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A61A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A61A is #4659E5. Grayscale: #9C9C9C. Windows color (decimal): -4610534 or 1746617. OLE color: 1746617.

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

Color convert

RGB 185 166 26 -
CMYK 0 0.10 0.86 0.27
HSL 52.83º 0.75% 0.41% -
HSV(B) 52.83º 0.86% 0.73% -
XYZ 33.83 37.66 6.46 -
YUV 155.72 54.79 148.88 -
System Red Green Blue C M Y K H S L
Decimal 185 166 26 0 0.10 0.86 0.27 52.83 0.75 0.41
Hex B9 A6 1A 0 A 56 1B 35 4B 29
Octal 271 246 32 0 12 126 33 65 113 51
Binary 10111001 10100110 11010 0 1010 1010110 11011 110101 1001011 101001

Color Harmonies of #B9A61A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A61A

Black with #B9A61A

Text Example


Text Example

White with #B9A61A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A61A; }

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

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

background-color css

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

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

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

border-color css

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

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

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