#B1A62E

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

Shades of Earls Green #B1A62E

Tints of Earls Green #B1A62E

Color information

#B1A62E (or 0xB1A62E) is unknown color: approx Earls Green. HEX triplet: B1, A6 and 2E. RGB value is (177,166,46). Sum of RGB (Red+Green+Blue) = 177+166+46=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 166 (65.23% from 255 or 42.67% from 389); Blue value is 46 (18.36% from 255 or 11.83% from 389); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A62E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A62E is #4E59D1. Grayscale: #9C9C9C. Windows color (decimal): -5134802 or 3057329. OLE color: 3057329.

HSL color Cylindrical-coordinate representation of color #B1A62E: hue angle of 54.96º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B1A62E is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB17716646-
CMYK00.060.740.31
HSL54.96º58.74%43.73%-
HSV(B)54.96º74.01%69.41%-
XYZ32.2636.827.99-
YUV155.6166.14143.26-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.50%
GREEN value IS 166 (65.23% from 255) = 42.67%
BLUE value IS 46 (18.36% from 255) = 11.83%
R=45.50%
G=42.67%
B=11.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771664600.060.740.3154.9658.7443.73
HexB1A62E064A1F373b2c
Octal261246560611237677354
Binary10110001101001101011100110100101011111110111111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A62E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A62E; }

 p { color: rgb(177,166,46); }

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

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

 a { background-color: rgb(177,166,46); }

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

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

 span { border-color: rgb(177,166,46); }

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