#B1A627

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

Shades of Earls Green #B1A627

Tints of Earls Green #B1A627

Color information

#B1A627 (or 0xB1A627) is unknown color: approx Earls Green. HEX triplet: B1, A6 and 27. RGB value is (177,166,39). Sum of RGB (Red+Green+Blue) = 177+166+39=382 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.34% from 382); Green value is 166 (65.23% from 255 or 43.46% from 382); Blue value is 39 (15.62% from 255 or 10.21% from 382); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A627 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A627 is #4E59D8. Grayscale: #9B9B9B. Windows color (decimal): -5134809 or 2598577. OLE color: 2598577.

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

Color convert

RGB17716639-
CMYK00.060.780.31
HSL55.22º63.89%42.35%-
HSV(B)55.22º77.97%69.41%-
XYZ32.1336.777.32-
YUV154.8162.64143.83-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.34%
GREEN value IS 166 (65.23% from 255) = 43.46%
BLUE value IS 39 (15.62% from 255) = 10.21%
R=46.34%
G=43.46%
B=10.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771663900.060.780.3155.2263.8942.35
HexB1A627064E1F37402a
Octal2612464706116376710052
Binary101100011010011010011101101001110111111101111000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A627; }

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

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

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

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

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

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

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

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