#BCB955

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

Shades of Olive Green #BCB955

Tints of Olive Green #BCB955

Color information

#BCB955 (or 0xBCB955) is unknown color: approx Olive Green. HEX triplet: BC, B9 and 55. RGB value is (188,185,85). Sum of RGB (Red+Green+Blue) = 188+185+85=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 185 (72.66% from 255 or 40.39% from 458); Blue value is 85 (33.59% from 255 or 18.56% from 458); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB955 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB955 is #4346AA. Grayscale: #AEAEAE. Windows color (decimal): -4409003 or 5618108. OLE color: 5618108.

HSL color Cylindrical-coordinate representation of color #BCB955: hue angle of 58.25º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BCB955 is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.26.

Color convert

RGB18818585-
CMYK00.020.550.26
HSL58.25º43.46%53.53%-
HSV(B)58.25º54.79%73.73%-
XYZ39.7346.0515.39-
YUV174.577.49137.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.05%
GREEN value IS 185 (72.66% from 255) = 40.39%
BLUE value IS 85 (33.59% from 255) = 18.56%
R=41.05%
G=40.39%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881858500.020.550.2658.2543.4653.53
HexBCB95502371A3a2b36
Octal274271125026732725366
Binary1011110010111001101010101011011111010111010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB955; }

 p { color: rgb(188,185,85); }

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

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

 a { background-color: rgb(188,185,85); }

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

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

 span { border-color: rgb(188,185,85); }

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