#BCBA60

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

Shades of Olive Green #BCBA60

Tints of Olive Green #BCBA60

Color information

#BCBA60 (or 0xBCBA60) is unknown color: approx Olive Green. HEX triplet: BC, BA and 60. RGB value is (188,186,96). Sum of RGB (Red+Green+Blue) = 188+186+96=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 186 (73.05% from 255 or 39.57% from 470); Blue value is 96 (37.89% from 255 or 20.43% from 470); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBA60 is #43459F. Grayscale: #B0B0B0. Windows color (decimal): -4408736 or 6339260. OLE color: 6339260.

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

Color convert

RGB18818696-
CMYK00.010.490.26
HSL58.7º40.71%55.69%-
HSV(B)58.7º48.94%73.73%-
XYZ40.4146.6517.94-
YUV176.3482.66136.32-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40%
GREEN value IS 186 (73.05% from 255) = 39.57%
BLUE value IS 96 (37.89% from 255) = 20.43%
R=40%
G=39.57%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881869600.010.490.2658.740.7155.69
HexBCBA6001311A3b2938
Octal274272140016132735170
Binary101111001011101011000000111000111010111011101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBA60; }

 p { color: rgb(188,186,96); }

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

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

 a { background-color: rgb(188,186,96); }

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

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

 span { border-color: rgb(188,186,96); }

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