#BCBE61

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

Shades of Olive Green #BCBE61

Tints of Olive Green #BCBE61

Color information

#BCBE61 (or 0xBCBE61) is unknown color: approx Olive Green. HEX triplet: BC, BE and 61. RGB value is (188,190,97). Sum of RGB (Red+Green+Blue) = 188+190+97=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 190 (74.61% from 255 or 40% from 475); Blue value is 97 (38.28% from 255 or 20.42% from 475); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBE61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBE61 is #43419E. Grayscale: #B3B3B3. Windows color (decimal): -4407711 or 6405820. OLE color: 6405820.

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

Color convert

RGB18819097-
CMYK0.0100.490.25
HSL61.29º41.7%56.27%-
HSV(B)61.29º48.95%74.51%-
XYZ41.3148.3818.47-
YUV178.881.84134.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.58%
GREEN value IS 190 (74.61% from 255) = 40%
BLUE value IS 97 (38.28% from 255) = 20.42%
R=39.58%
G=40%
B=20.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal188190970.0100.490.2561.2941.756.27
HexBCBE611031193d2a38
Octal274276141106131755270
Binary101111001011111011000011011000111001111101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBE61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBE61; }

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

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

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

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

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

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

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

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