#b9a32a

Color #B9A32A Earls Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Earls Green #B9A32A

Tints of Earls Green #B9A32A

Color information

#B9A32A (or 0xB9A32A) is unknown color: approx Earls Green. HEX triplet: B9, A3 and 2A. RGB value is (185,163,42). Sum of RGB (Red+Green+Blue) = 185+163+42=390 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.44% from 390); Green value is 163 (64.06% from 255 or 41.79% from 390); Blue value is 42 (16.80% from 255 or 10.77% from 390); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A32A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A32A is #465CD5. Grayscale: #9C9C9C. Windows color (decimal): -4611286 or 2794425. OLE color: 2794425.

HSL color Cylindrical-coordinate representation of color #B9A32A: hue angle of 50.77º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B9A32A is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB18516342-
CMYK00.120.770.27
HSL50.77º63%44.51%-
HSV(B)50.77º77.3%72.55%-
XYZ33.5236.687.5-
YUV155.7863.79148.84-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.44%
GREEN value IS 163 (64.06% from 255) = 41.79%
BLUE value IS 42 (16.80% from 255) = 10.77%
R=47.44%
G=41.79%
B=10.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851634200.120.770.2750.776344.51
HexB9A32A0C4D1B333f2d
Octal2712435201411533637755
Binary101110011010001110101001100100110111011110011111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b9a32a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b9a32a; }

 p { color: rgb(185,163,42); }

 H1.HeaderClassName
 {
   color: #b9a32a;
 }
 .AnyTagClassName
 {
   color: #b9a32a;
 }
</style>
background-color css

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

 a { background-color: rgb(185,163,42); }

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

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

 span { border-color: rgb(185,163,42); }

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