#BCB65F

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

Shades of Olive Green #BCB65F

Tints of Olive Green #BCB65F

Color information

#BCB65F (or 0xBCB65F) is unknown color: approx Olive Green. HEX triplet: BC, B6 and 5F. RGB value is (188,182,95). Sum of RGB (Red+Green+Blue) = 188+182+95=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 182 (71.48% from 255 or 39.14% from 465); Blue value is 95 (37.5% from 255 or 20.43% from 465); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB65F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB65F is #4349A0. Grayscale: #AEAEAE. Windows color (decimal): -4409761 or 6272700. OLE color: 6272700.

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

Color convert

RGB18818295-
CMYK00.030.490.26
HSL56.13º40.97%55.49%-
HSV(B)56.13º49.47%73.73%-
XYZ39.5344.9717.42-
YUV173.8883.49138.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.43%
GREEN value IS 182 (71.48% from 255) = 39.14%
BLUE value IS 95 (37.5% from 255) = 20.43%
R=40.43%
G=39.14%
B=20.43%

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
Decimal1881829500.030.490.2656.1340.9755.49
HexBCB65F03311A382937
Octal274266137036132705167
Binary1011110010110110101111101111000111010111000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB65F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB65F; }

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

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

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

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

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

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

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

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