#B1A623

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

Shades of Earls Green #B1A623

Tints of Earls Green #B1A623

Color information

#B1A623 (or 0xB1A623) is unknown color: approx Earls Green. HEX triplet: B1, A6 and 23. RGB value is (177,166,35). Sum of RGB (Red+Green+Blue) = 177+166+35=378 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.83% from 378); Green value is 166 (65.23% from 255 or 43.92% from 378); Blue value is 35 (14.06% from 255 or 9.26% from 378); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A623 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A623 is #4E59DC. Grayscale: #9A9A9A. Windows color (decimal): -5134813 or 2336433. OLE color: 2336433.

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

Color convert

RGB17716635-
CMYK00.060.800.31
HSL55.35º66.98%41.57%-
HSV(B)55.35º80.23%69.41%-
XYZ32.0736.746.99-
YUV154.3560.64144.15-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.83%
GREEN value IS 166 (65.23% from 255) = 43.92%
BLUE value IS 35 (14.06% from 255) = 9.26%
R=46.83%
G=43.92%
B=9.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.80
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771663500.060.800.3155.3566.9841.57
HexB1A62306501F37432a
Octal2612464306120376710352
Binary101100011010011010001101101010000111111101111000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A623; }

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

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

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

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

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

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

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

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