#B0AC23

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

Shades of Earls Green #B0AC23

Tints of Earls Green #B0AC23

Color information

#B0AC23 (or 0xB0AC23) is unknown color: approx Earls Green. HEX triplet: B0, AC and 23. RGB value is (176,172,35). Sum of RGB (Red+Green+Blue) = 176+172+35=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 172 (67.58% from 255 or 44.91% from 383); Blue value is 35 (14.06% from 255 or 9.14% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AC23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AC23 is #4F53DC. Grayscale: #9E9E9E. Windows color (decimal): -5198813 or 2337968. OLE color: 2337968.

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

Color convert

RGB17617235-
CMYK00.020.800.31
HSL58.3º66.82%41.37%-
HSV(B)58.3º80.11%69.02%-
XYZ32.9638.867.35-
YUV157.5858.83141.14-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.95%
GREEN value IS 172 (67.58% from 255) = 44.91%
BLUE value IS 35 (14.06% from 255) = 9.14%
R=45.95%
G=44.91%
B=9.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.80
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761723500.020.800.3158.366.8241.37
HexB0AC2302501F3a4329
Octal2602544302120377210351
Binary10110000101011001000110101010000111111110101000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AC23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AC23; }

 p { color: rgb(176,172,35); }

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

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

 a { background-color: rgb(176,172,35); }

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

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

 span { border-color: rgb(176,172,35); }

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