#B1B326

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

Shades of Earls Green #B1B326

Tints of Earls Green #B1B326

Color information

#B1B326 (or 0xB1B326) is unknown color: approx Earls Green. HEX triplet: B1, B3 and 26. RGB value is (177,179,38). Sum of RGB (Red+Green+Blue) = 177+179+38=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 179 (70.31% from 255 or 45.43% from 394); Blue value is 38 (15.23% from 255 or 9.64% from 394); Max value from RGB is 179 - color contains mainly: green. Hex color #B1B326 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1B326 is #4E4CD9. Grayscale: #A2A2A2. Windows color (decimal): -5131482 or 2536369. OLE color: 2536369.

HSL color Cylindrical-coordinate representation of color #B1B326: hue angle of 60.85º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B1B326 is Cyan = 0.01, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB17717938-
CMYK0.0100.790.30
HSL60.85º64.98%42.55%-
HSV(B)60.85º78.77%70.2%-
XYZ34.641.738.06-
YUV162.3357.84138.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.92%
GREEN value IS 179 (70.31% from 255) = 45.43%
BLUE value IS 38 (15.23% from 255) = 9.64%
R=44.92%
G=45.43%
B=9.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal177179380.0100.790.3060.8564.9842.55
HexB1B326104F1E3d412b
Octal2612634610117367510153
Binary1011000110110011100110101001111111101111011000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B326; }

 p { color: rgb(177,179,38); }

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

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

 a { background-color: rgb(177,179,38); }

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

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

 span { border-color: rgb(177,179,38); }

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