#B1A727

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

Shades of Earls Green #B1A727

Tints of Earls Green #B1A727

Color information

#B1A727 (or 0xB1A727) is unknown color: approx Earls Green. HEX triplet: B1, A7 and 27. RGB value is (177,167,39). Sum of RGB (Red+Green+Blue) = 177+167+39=383 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.21% from 383); Green value is 167 (65.62% from 255 or 43.60% from 383); Blue value is 39 (15.62% from 255 or 10.18% from 383); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A727 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A727 is #4E58D8. Grayscale: #9B9B9B. Windows color (decimal): -5134553 or 2598833. OLE color: 2598833.

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

Color convert

RGB17716739-
CMYK00.060.780.31
HSL55.65º63.89%42.35%-
HSV(B)55.65º77.97%69.41%-
XYZ32.3237.137.38-
YUV155.462.31143.41-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.21%
GREEN value IS 167 (65.62% from 255) = 43.60%
BLUE value IS 39 (15.62% from 255) = 10.18%
R=46.21%
G=43.60%
B=10.18%

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
Decimal1771673900.060.780.3155.6563.8942.35
HexB1A727064E1F38402a
Octal2612474706116377010052
Binary101100011010011110011101101001110111111110001000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A727; }

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

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

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

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

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

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

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

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