Html Css Color HEX #B9A41B Earls Green

📋 copy color: '#B9A41B'

red 185 ◦ green 164 ◦ blue 27

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

Shades of Earls Green #B9A41B

Tints of Earls Green #B9A41B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.18%

R = 49.2%
G = 43.62%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#B9A41B (or 0xB9A41B) is known color: Earls Green. HEX triplet: B9, A4 and 1B. RGB value is (185,164,27). Sum of RGB (Red+Green+Blue) = 185+164+27=376 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.20% from 376); Green value is 164 (64.45% from 255 or 43.62% from 376); Blue value is 27 (10.94% from 255 or 7.18% from 376); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A41B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A41B is #465BE4. Grayscale: #9B9B9B. Windows color (decimal): -4611045 or 1811641. OLE color: 1811641.

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

Color convert

RGB 185 164 27 -
CMYK 0 0.11 0.85 0.27
HSL 52.03º 0.75% 0.42% -
HSV(B) 52.03º 0.85% 0.73% -
XYZ 33.48 36.94 6.4 -
YUV 154.66 55.96 149.64 -
System Red Green Blue C M Y K H S L
Decimal 185 164 27 0 0.11 0.85 0.27 52.03 0.75 0.42
Hex B9 A4 1B 0 B 55 1B 34 4B 2A
Octal 271 244 33 0 13 125 33 64 113 52
Binary 10111001 10100100 11011 0 1011 1010101 11011 110100 1001011 101010

Color Harmonies of #B9A41B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A41B

Black with #B9A41B

Text Example


Text Example

White with #B9A41B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A41B; }

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

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

background-color css

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

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

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

border-color css

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

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

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