#BCB654

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

Shades of Olive Green #BCB654

Tints of Olive Green #BCB654

Color information

#BCB654 (or 0xBCB654) is unknown color: approx Olive Green. HEX triplet: BC, B6 and 54. RGB value is (188,182,84). Sum of RGB (Red+Green+Blue) = 188+182+84=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 182 (71.48% from 255 or 40.09% from 454); Blue value is 84 (33.20% from 255 or 18.50% from 454); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB654 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB654 is #4349AB. Grayscale: #ADADAD. Windows color (decimal): -4409772 or 5551804. OLE color: 5551804.

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

Color convert

RGB18818284-
CMYK00.030.550.26
HSL56.54º43.7%53.33%-
HSV(B)56.54º55.32%73.73%-
XYZ39.0744.7914.97-
YUV172.6277.99138.97-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.41%
GREEN value IS 182 (71.48% from 255) = 40.09%
BLUE value IS 84 (33.20% from 255) = 18.50%
R=41.41%
G=40.09%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881828400.030.550.2656.5443.753.33
HexBCB65403371A392c35
Octal274266124036732715465
Binary1011110010110110101010001111011111010111001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB654; }

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

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

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

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

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

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

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

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