#BCB55A

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

Shades of Olive Green #BCB55A

Tints of Olive Green #BCB55A

Color information

#BCB55A (or 0xBCB55A) is unknown color: approx Olive Green. HEX triplet: BC, B5 and 5A. RGB value is (188,181,90). Sum of RGB (Red+Green+Blue) = 188+181+90=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 181 (71.09% from 255 or 39.43% from 459); Blue value is 90 (35.55% from 255 or 19.61% from 459); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB55A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB55A is #434AA5. Grayscale: #ADADAD. Windows color (decimal): -4410022 or 5944764. OLE color: 5944764.

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

Color convert

RGB18818190-
CMYK00.040.520.26
HSL55.71º42.24%54.51%-
HSV(B)55.71º52.13%73.73%-
XYZ39.1144.4816.2-
YUV172.7281.32138.9-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.96%
GREEN value IS 181 (71.09% from 255) = 39.43%
BLUE value IS 90 (35.55% from 255) = 19.61%
R=40.96%
G=39.43%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881819000.040.520.2655.7142.2454.51
HexBCB55A04341A382a37
Octal274265132046432705267
Binary10111100101101011011010010011010011010111000101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB55A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB55A; }

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

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

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

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

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

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

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

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