#BCB754

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

Shades of Olive Green #BCB754

Tints of Olive Green #BCB754

Color information

#BCB754 (or 0xBCB754) is unknown color: approx Olive Green. HEX triplet: BC, B7 and 54. RGB value is (188,183,84). Sum of RGB (Red+Green+Blue) = 188+183+84=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 183 (71.88% from 255 or 40.22% from 455); Blue value is 84 (33.20% from 255 or 18.46% from 455); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB754 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB754 is #4348AB. Grayscale: #ADADAD. Windows color (decimal): -4409516 or 5552060. OLE color: 5552060.

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

Color convert

RGB18818384-
CMYK00.030.550.26
HSL57.12º43.7%53.33%-
HSV(B)57.12º55.32%73.73%-
XYZ39.2745.215.04-
YUV173.2177.66138.55-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.32%
GREEN value IS 183 (71.88% from 255) = 40.22%
BLUE value IS 84 (33.20% from 255) = 18.46%
R=41.32%
G=40.22%
B=18.46%

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
Decimal1881838400.030.550.2657.1243.753.33
HexBCB75403371A392c35
Octal274267124036732715465
Binary1011110010110111101010001111011111010111001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB754; }

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

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

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

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

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

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

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

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