#B5BA5C

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

Shades of Olive Green #B5BA5C

Tints of Olive Green #B5BA5C

Color information

#B5BA5C (or 0xB5BA5C) is unknown color: approx Olive Green. HEX triplet: B5, BA and 5C. RGB value is (181,186,92). Sum of RGB (Red+Green+Blue) = 181+186+92=459 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.43% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 92 (36.33% from 255 or 20.04% from 459); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BA5C is #4A45A3. Grayscale: #AEAEAE. Windows color (decimal): -4867492 or 6077109. OLE color: 6077109.

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

Color convert

RGB18118692-
CMYK0.0300.510.27
HSL63.19º40.52%54.51%-
HSV(B)63.19º50.54%72.94%-
XYZ38.5545.7116.92-
YUV173.7981.84133.14-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.43%
GREEN value IS 186 (73.05% from 255) = 40.52%
BLUE value IS 92 (36.33% from 255) = 20.04%
R=39.43%
G=40.52%
B=20.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181186920.0300.510.2763.1940.5254.51
HexB5BA5C30331B3f2937
Octal265272134306333775167
Binary1011010110111010101110011011001111011111111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BA5C; }

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

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

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

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

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

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

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

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