#BCB760

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

Shades of Olive Green #BCB760

Tints of Olive Green #BCB760

Color information

#BCB760 (or 0xBCB760) is unknown color: approx Olive Green. HEX triplet: BC, B7 and 60. RGB value is (188,183,96). Sum of RGB (Red+Green+Blue) = 188+183+96=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 183 (71.88% from 255 or 39.19% from 467); Blue value is 96 (37.89% from 255 or 20.56% from 467); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB760 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB760 is #43489F. Grayscale: #AEAEAE. Windows color (decimal): -4409504 or 6338492. OLE color: 6338492.

HSL color Cylindrical-coordinate representation of color #BCB760: hue angle of 56.74º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BCB760 is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB18818396-
CMYK00.030.490.26
HSL56.74º40.71%55.69%-
HSV(B)56.74º48.94%73.73%-
XYZ39.7845.417.73-
YUV174.5883.66137.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.26%
GREEN value IS 183 (71.88% from 255) = 39.19%
BLUE value IS 96 (37.89% from 255) = 20.56%
R=40.26%
G=39.19%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881839600.030.490.2656.7440.7155.69
HexBCB76003311A392938
Octal274267140036132715170
Binary1011110010110111110000001111000111010111001101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB760; }

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

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

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

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

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

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

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

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