#BCBA54

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

Shades of Olive Green #BCBA54

Tints of Olive Green #BCBA54

Color information

#BCBA54 (or 0xBCBA54) is unknown color: approx Olive Green. HEX triplet: BC, BA and 54. RGB value is (188,186,84). Sum of RGB (Red+Green+Blue) = 188+186+84=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 186 (73.05% from 255 or 40.61% from 458); Blue value is 84 (33.20% from 255 or 18.34% from 458); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBA54 is #4345AB. Grayscale: #AFAFAF. Windows color (decimal): -4408748 or 5552828. OLE color: 5552828.

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

Color convert

RGB18818684-
CMYK00.010.550.26
HSL58.85º43.7%53.33%-
HSV(B)58.85º55.32%73.73%-
XYZ39.946.4515.25-
YUV174.9776.66137.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.05%
GREEN value IS 186 (73.05% from 255) = 40.61%
BLUE value IS 84 (33.20% from 255) = 18.34%
R=41.05%
G=40.61%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881868400.010.550.2658.8543.753.33
HexBCBA5401371A3b2c35
Octal274272124016732735465
Binary101111001011101010101000111011111010111011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBA54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBA54; }

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

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

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

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

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

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

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

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