#BCBA5A

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

Shades of Olive Green #BCBA5A

Tints of Olive Green #BCBA5A

Color information

#BCBA5A (or 0xBCBA5A) is unknown color: approx Olive Green. HEX triplet: BC, BA and 5A. RGB value is (188,186,90). Sum of RGB (Red+Green+Blue) = 188+186+90=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 90 (35.55% from 255 or 19.40% from 464); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBA5A is #4345A5. Grayscale: #B0B0B0. Windows color (decimal): -4408742 or 5946044. OLE color: 5946044.

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

Color convert

RGB18818690-
CMYK00.010.520.26
HSL58.78º42.24%54.51%-
HSV(B)58.78º52.13%73.73%-
XYZ40.1446.5516.54-
YUV175.6579.66136.81-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.52%
GREEN value IS 186 (73.05% from 255) = 40.09%
BLUE value IS 90 (35.55% from 255) = 19.40%
R=40.52%
G=40.09%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881869000.010.520.2658.7842.2454.51
HexBCBA5A01341A3b2a37
Octal274272132016432735267
Binary101111001011101010110100111010011010111011101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBA5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBA5A; }

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

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

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

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

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

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

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

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