#B8BC5C

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

Shades of Olive Green #B8BC5C

Tints of Olive Green #B8BC5C

Color information

#B8BC5C (or 0xB8BC5C) is unknown color: approx Olive Green. HEX triplet: B8, BC and 5C. RGB value is (184,188,92). Sum of RGB (Red+Green+Blue) = 184+188+92=464 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.66% from 464); Green value is 188 (73.83% from 255 or 40.52% from 464); Blue value is 92 (36.33% from 255 or 19.83% from 464); Max value from RGB is 188 - color contains mainly: green. Hex color #B8BC5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8BC5C is #4743A3. Grayscale: #B0B0B0. Windows color (decimal): -4670372 or 6077624. OLE color: 6077624.

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

Color convert

RGB18418892-
CMYK0.0200.510.26
HSL62.5º41.74%54.9%-
HSV(B)62.5º51.06%73.73%-
XYZ39.6846.9317.09-
YUV175.8680.67133.81-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.66%
GREEN value IS 188 (73.83% from 255) = 40.52%
BLUE value IS 92 (36.33% from 255) = 19.83%
R=39.66%
G=40.52%
B=19.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal184188920.0200.510.2662.541.7454.9
HexB8BC5C20331A3e2a37
Octal270274134206332765267
Binary1011100010111100101110010011001111010111110101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BC5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BC5C; }

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

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

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

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

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

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

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

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