#B0B456

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

Shades of Olive Green #B0B456

Tints of Olive Green #B0B456

Color information

#B0B456 (or 0xB0B456) is unknown color: approx Olive Green. HEX triplet: B0, B4 and 56. RGB value is (176,180,86). Sum of RGB (Red+Green+Blue) = 176+180+86=442 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.82% from 442); Green value is 180 (70.70% from 255 or 40.72% from 442); Blue value is 86 (33.98% from 255 or 19.46% from 442); Max value from RGB is 180 - color contains mainly: green. Hex color #B0B456 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B456 is #4F4BA9. Grayscale: #A8A8A8. Windows color (decimal): -5196714 or 5682352. OLE color: 5682352.

HSL color Cylindrical-coordinate representation of color #B0B456: hue angle of 62.55º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B0B456 is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB17618086-
CMYK0.0200.520.29
HSL62.55º38.52%52.16%-
HSV(B)62.55º52.22%70.59%-
XYZ35.9142.5415.12-
YUV168.0981.67133.64-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.82%
GREEN value IS 180 (70.70% from 255) = 40.72%
BLUE value IS 86 (33.98% from 255) = 19.46%
R=39.82%
G=40.72%
B=19.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal176180860.0200.520.2962.5538.5252.16
HexB0B45620341D3f2734
Octal260264126206435774764
Binary1011000010110100101011010011010011101111111100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B456; }

 p { color: rgb(176,180,86); }

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

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

 a { background-color: rgb(176,180,86); }

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

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

 span { border-color: rgb(176,180,86); }

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