#B2BC5C

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

Shades of Olive Green #B2BC5C

Tints of Olive Green #B2BC5C

Color information

#B2BC5C (or 0xB2BC5C) is unknown color: approx Olive Green. HEX triplet: B2, BC and 5C. RGB value is (178,188,92). Sum of RGB (Red+Green+Blue) = 178+188+92=458 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.86% from 458); Green value is 188 (73.83% from 255 or 41.05% from 458); Blue value is 92 (36.33% from 255 or 20.09% from 458); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BC5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BC5C is #4D43A3. Grayscale: #AEAEAE. Windows color (decimal): -5063588 or 6077618. OLE color: 6077618.

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

Color convert

RGB17818892-
CMYK0.0500.510.26
HSL66.25º41.74%54.9%-
HSV(B)66.25º51.06%73.73%-
XYZ38.2846.217.03-
YUV174.0781.69130.81-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.86%
GREEN value IS 188 (73.83% from 255) = 41.05%
BLUE value IS 92 (36.33% from 255) = 20.09%
R=38.86%
G=41.05%
B=20.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal178188920.0500.510.2666.2541.7454.9
HexB2BC5C50331A422a37
Octal2622741345063321025267
Binary101100101011110010111001010110011110101000010101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BC5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BC5C; }

 p { color: rgb(178,188,92); }

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

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

 a { background-color: rgb(178,188,92); }

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

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

 span { border-color: rgb(178,188,92); }

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