Html Css Color HEX #B9A41A Earls Green

📋 copy color: '#B9A41A'

red 185 ◦ green 164 ◦ blue 26

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

Shades of Earls Green #B9A41A

Tints of Earls Green #B9A41A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 43.73%

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

R = 49.33%
G = 43.73%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B9A41A (or 0xB9A41A) is known color: Earls Green. HEX triplet: B9, A4 and 1A. RGB value is (185,164,26). Sum of RGB (Red+Green+Blue) = 185+164+26=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 164 (64.45% from 255 or 43.73% from 375); Blue value is 26 (10.55% from 255 or 6.93% from 375); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A41A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A41A is #465BE5. Grayscale: #9B9B9B. Windows color (decimal): -4611046 or 1746105. OLE color: 1746105.

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

Color convert

RGB 185 164 26 -
CMYK 0 0.11 0.86 0.27
HSL 52.08º 0.75% 0.41% -
HSV(B) 52.08º 0.86% 0.73% -
XYZ 33.47 36.94 6.34 -
YUV 154.55 55.46 149.72 -
System Red Green Blue C M Y K H S L
Decimal 185 164 26 0 0.11 0.86 0.27 52.08 0.75 0.41
Hex B9 A4 1A 0 B 56 1B 34 4B 29
Octal 271 244 32 0 13 126 33 64 113 51
Binary 10111001 10100100 11010 0 1011 1010110 11011 110100 1001011 101001

Color Harmonies of #B9A41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A41A

Black with #B9A41A

Text Example


Text Example

White with #B9A41A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A41A; }

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

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

background-color css

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

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

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

border-color css

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

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

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