#B1BD5D

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

Shades of Olive Green #B1BD5D

Tints of Olive Green #B1BD5D

Color information

#B1BD5D (or 0xB1BD5D) is unknown color: approx Olive Green. HEX triplet: B1, BD and 5D. RGB value is (177,189,93). Sum of RGB (Red+Green+Blue) = 177+189+93=459 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.56% from 459); Green value is 189 (74.22% from 255 or 41.18% from 459); Blue value is 93 (36.72% from 255 or 20.26% from 459); Max value from RGB is 189 - color contains mainly: green. Hex color #B1BD5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BD5D is #4E42A2. Grayscale: #AEAEAE. Windows color (decimal): -5128867 or 6143409. OLE color: 6143409.

HSL color Cylindrical-coordinate representation of color #B1BD5D: hue angle of 67.5º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B1BD5D is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB17718993-
CMYK0.0600.510.26
HSL67.5º42.11%55.29%-
HSV(B)67.5º50.79%74.12%-
XYZ38.346.5317.32-
YUV174.4782.02129.81-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.56%
GREEN value IS 189 (74.22% from 255) = 41.18%
BLUE value IS 93 (36.72% from 255) = 20.26%
R=38.56%
G=41.18%
B=20.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal177189930.0600.510.2667.542.1155.29
HexB1BD5D60331A442a37
Octal2612751356063321045267
Binary101100011011110110111011100110011110101000100101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BD5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BD5D; }

 p { color: rgb(177,189,93); }

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

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

 a { background-color: rgb(177,189,93); }

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

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

 span { border-color: rgb(177,189,93); }

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