#B0B958

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

Shades of Olive Green #B0B958

Tints of Olive Green #B0B958

Color information

#B0B958 (or 0xB0B958) is unknown color: approx Olive Green. HEX triplet: B0, B9 and 58. RGB value is (176,185,88). Sum of RGB (Red+Green+Blue) = 176+185+88=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 185 (72.66% from 255 or 41.20% from 449); Blue value is 88 (34.77% from 255 or 19.60% from 449); Max value from RGB is 185 - color contains mainly: green. Hex color #B0B958 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B958 is #4F46A7. Grayscale: #ABABAB. Windows color (decimal): -5195432 or 5814704. OLE color: 5814704.

HSL color Cylindrical-coordinate representation of color #B0B958: hue angle of 65.57º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B0B958 is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB17618588-
CMYK0.0500.520.27
HSL65.57º40.93%53.53%-
HSV(B)65.57º52.43%72.55%-
XYZ37.0144.6315.9-
YUV171.2581.02131.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.20%
GREEN value IS 185 (72.66% from 255) = 41.20%
BLUE value IS 88 (34.77% from 255) = 19.60%
R=39.20%
G=41.20%
B=19.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal176185880.0500.520.2765.5740.9353.53
HexB0B95850341B422936
Octal2602711305064331025166
Binary101100001011100110110001010110100110111000010101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B958; }

 p { color: rgb(176,185,88); }

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

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

 a { background-color: rgb(176,185,88); }

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

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

 span { border-color: rgb(176,185,88); }

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