#BCBE5E

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

Shades of Olive Green #BCBE5E

Tints of Olive Green #BCBE5E

Color information

#BCBE5E (or 0xBCBE5E) is unknown color: approx Olive Green. HEX triplet: BC, BE and 5E. RGB value is (188,190,94). Sum of RGB (Red+Green+Blue) = 188+190+94=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 190 (74.61% from 255 or 40.25% from 472); Blue value is 94 (37.11% from 255 or 19.92% from 472); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBE5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBE5E is #4341A1. Grayscale: #B2B2B2. Windows color (decimal): -4407714 or 6209212. OLE color: 6209212.

HSL color Cylindrical-coordinate representation of color #BCBE5E: hue angle of 61.25º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BCBE5E is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB18819094-
CMYK0.0100.510.25
HSL61.25º42.48%55.69%-
HSV(B)61.25º50.53%74.51%-
XYZ41.1748.3317.75-
YUV178.4680.34134.81-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.83%
GREEN value IS 190 (74.61% from 255) = 40.25%
BLUE value IS 94 (37.11% from 255) = 19.92%
R=39.83%
G=40.25%
B=19.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal188190940.0100.510.2561.2542.4855.69
HexBCBE5E1033193d2a38
Octal274276136106331755270
Binary101111001011111010111101011001111001111101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBE5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBE5E; }

 p { color: rgb(188,190,94); }

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

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

 a { background-color: rgb(188,190,94); }

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

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

 span { border-color: rgb(188,190,94); }

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