#B5BD5C

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

Shades of Olive Green #B5BD5C

Tints of Olive Green #B5BD5C

Color information

#B5BD5C (or 0xB5BD5C) is unknown color: approx Olive Green. HEX triplet: B5, BD and 5C. RGB value is (181,189,92). Sum of RGB (Red+Green+Blue) = 181+189+92=462 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.18% from 462); Green value is 189 (74.22% from 255 or 40.91% from 462); Blue value is 92 (36.33% from 255 or 19.91% from 462); Max value from RGB is 189 - color contains mainly: green. Hex color #B5BD5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BD5C is #4A42A3. Grayscale: #AFAFAF. Windows color (decimal): -4866724 or 6077877. OLE color: 6077877.

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

Color convert

RGB18118992-
CMYK0.0400.510.26
HSL64.95º42.36%55.1%-
HSV(B)64.95º51.32%74.12%-
XYZ39.1946.9917.13-
YUV175.5580.85131.89-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.18%
GREEN value IS 189 (74.22% from 255) = 40.91%
BLUE value IS 92 (36.33% from 255) = 19.91%
R=39.18%
G=40.91%
B=19.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal181189920.0400.510.2664.9542.3655.1
HexB5BD5C40331A412a37
Octal2652751344063321015267
Binary101101011011110110111001000110011110101000001101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BD5C; }

 p { color: rgb(181,189,92); }

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

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

 a { background-color: rgb(181,189,92); }

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

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

 span { border-color: rgb(181,189,92); }

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