#B1A52E

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

Shades of Earls Green #B1A52E

Tints of Earls Green #B1A52E

Color information

#B1A52E (or 0xB1A52E) is unknown color: approx Earls Green. HEX triplet: B1, A5 and 2E. RGB value is (177,165,46). Sum of RGB (Red+Green+Blue) = 177+165+46=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 165 (64.84% from 255 or 42.53% from 388); Blue value is 46 (18.36% from 255 or 11.86% from 388); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A52E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A52E is #4E5AD1. Grayscale: #9B9B9B. Windows color (decimal): -5135058 or 3057073. OLE color: 3057073.

HSL color Cylindrical-coordinate representation of color #B1A52E: hue angle of 54.5º 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 #B1A52E is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB17716546-
CMYK00.070.740.31
HSL54.5º58.74%43.73%-
HSV(B)54.5º74.01%69.41%-
XYZ32.0836.457.93-
YUV155.0266.48143.68-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.62%
GREEN value IS 165 (64.84% from 255) = 42.53%
BLUE value IS 46 (18.36% from 255) = 11.86%
R=45.62%
G=42.53%
B=11.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771654600.070.740.3154.558.7443.73
HexB1A52E074A1F373b2c
Octal261245560711237677354
Binary10110001101001011011100111100101011111110111111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A52E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A52E; }

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

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

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

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

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

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

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

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