#BBBC5D

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

Shades of Olive Green #BBBC5D

Tints of Olive Green #BBBC5D

Color information

#BBBC5D (or 0xBBBC5D) is unknown color: approx Olive Green. HEX triplet: BB, BC and 5D. RGB value is (187,188,93). Sum of RGB (Red+Green+Blue) = 187+188+93=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 188 (73.83% from 255 or 40.17% from 468); Blue value is 93 (36.72% from 255 or 19.87% from 468); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBC5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBC5D is #4443A2. Grayscale: #B1B1B1. Windows color (decimal): -4473763 or 6143163. OLE color: 6143163.

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

Color convert

RGB18718893-
CMYK0.0100.510.26
HSL60.63º41.48%55.1%-
HSV(B)60.63º50.53%73.73%-
XYZ40.4547.3217.36-
YUV176.8780.67135.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.96%
GREEN value IS 188 (73.83% from 255) = 40.17%
BLUE value IS 93 (36.72% from 255) = 19.87%
R=39.96%
G=40.17%
B=19.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal187188930.0100.510.2660.6341.4855.1
HexBBBC5D10331A3d2937
Octal273274135106332755167
Binary101110111011110010111011011001111010111101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBC5D; }

 p { color: rgb(187,188,93); }

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

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

 a { background-color: rgb(187,188,93); }

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

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

 span { border-color: rgb(187,188,93); }

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