#B1A523

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

Shades of Earls Green #B1A523

Tints of Earls Green #B1A523

Color information

#B1A523 (or 0xB1A523) is unknown color: approx Earls Green. HEX triplet: B1, A5 and 23. RGB value is (177,165,35). Sum of RGB (Red+Green+Blue) = 177+165+35=377 (49% of max value = 765). Red value is 177 (69.53% from 255 or 46.95% from 377); Green value is 165 (64.84% from 255 or 43.77% from 377); Blue value is 35 (14.06% from 255 or 9.28% from 377); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A523 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A523 is #4E5ADC. Grayscale: #9A9A9A. Windows color (decimal): -5135069 or 2336177. OLE color: 2336177.

HSL color Cylindrical-coordinate representation of color #B1A523: hue angle of 54.93º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B1A523 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB17716535-
CMYK00.070.800.31
HSL54.93º66.98%41.57%-
HSV(B)54.93º80.23%69.41%-
XYZ31.8936.386.93-
YUV153.7760.98144.57-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.95%
GREEN value IS 165 (64.84% from 255) = 43.77%
BLUE value IS 35 (14.06% from 255) = 9.28%
R=46.95%
G=43.77%
B=9.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.80
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771653500.070.800.3154.9366.9841.57
HexB1A52307501F37432a
Octal2612454307120376710352
Binary101100011010010110001101111010000111111101111000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A523; }

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

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

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

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

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

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

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

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