Html Css Color HEX #B9A91A Earls Green

📋 copy color: '#B9A91A'

red 185 ◦ green 169 ◦ blue 26

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

Shades of Earls Green #B9A91A

Tints of Earls Green #B9A91A

RGB

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

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

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

R = 48.68%
G = 44.47%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B9A91A (or 0xB9A91A) is known color: Earls Green. HEX triplet: B9, A9 and 1A. RGB value is (185,169,26). Sum of RGB (Red+Green+Blue) = 185+169+26=380 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.68% from 380); Green value is 169 (66.41% from 255 or 44.47% from 380); Blue value is 26 (10.55% from 255 or 6.84% from 380); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A91A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A91A is #4656E5. Grayscale: #9E9E9E. Windows color (decimal): -4609766 or 1747385. OLE color: 1747385.

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

Color convert

RGB 185 169 26 -
CMYK 0 0.09 0.86 0.27
HSL 53.96º 0.75% 0.41% -
HSV(B) 53.96º 0.86% 0.73% -
XYZ 34.38 38.76 6.65 -
YUV 157.48 53.8 147.63 -
System Red Green Blue C M Y K H S L
Decimal 185 169 26 0 0.09 0.86 0.27 53.96 0.75 0.41
Hex B9 A9 1A 0 9 56 1B 36 4B 29
Octal 271 251 32 0 11 126 33 66 113 51
Binary 10111001 10101001 11010 0 1001 1010110 11011 110110 1001011 101001

Color Harmonies of #B9A91A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A91A

Black with #B9A91A

Text Example


Text Example

White with #B9A91A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A91A; }

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

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

background-color css

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

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

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

border-color css

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

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

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