#B1B958

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

Shades of Olive Green #B1B958

Tints of Olive Green #B1B958

Color information

#B1B958 (or 0xB1B958) is unknown color: approx Olive Green. HEX triplet: B1, B9 and 58. RGB value is (177,185,88). Sum of RGB (Red+Green+Blue) = 177+185+88=450 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.33% from 450); Green value is 185 (72.66% from 255 or 41.11% from 450); Blue value is 88 (34.77% from 255 or 19.56% from 450); Max value from RGB is 185 - color contains mainly: green. Hex color #B1B958 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B958 is #4E46A7. Grayscale: #ABABAB. Windows color (decimal): -5129896 or 5814705. OLE color: 5814705.

HSL color Cylindrical-coordinate representation of color #B1B958: hue angle of 64.95º 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 #B1B958 is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB17718588-
CMYK0.0400.520.27
HSL64.95º40.93%53.53%-
HSV(B)64.95º52.43%72.55%-
XYZ37.2444.7515.91-
YUV171.5580.85131.89-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.33%
GREEN value IS 185 (72.66% from 255) = 41.11%
BLUE value IS 88 (34.77% from 255) = 19.56%
R=39.33%
G=41.11%
B=19.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal177185880.0400.520.2764.9540.9353.53
HexB1B95840341B412936
Octal2612711304064331015166
Binary101100011011100110110001000110100110111000001101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B958; }

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

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

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

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

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

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

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

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