#BCB658

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

Shades of Olive Green #BCB658

Tints of Olive Green #BCB658

Color information

#BCB658 (or 0xBCB658) is unknown color: approx Olive Green. HEX triplet: BC, B6 and 58. RGB value is (188,182,88). Sum of RGB (Red+Green+Blue) = 188+182+88=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 182 (71.48% from 255 or 39.74% from 458); Blue value is 88 (34.77% from 255 or 19.21% from 458); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB658 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB658 is #4349A7. Grayscale: #ADADAD. Windows color (decimal): -4409768 or 5813948. OLE color: 5813948.

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

Color convert

RGB18818288-
CMYK00.030.530.26
HSL56.4º42.74%54.12%-
HSV(B)56.4º53.19%73.73%-
XYZ39.2344.8515.82-
YUV173.0879.99138.64-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.05%
GREEN value IS 182 (71.48% from 255) = 39.74%
BLUE value IS 88 (34.77% from 255) = 19.21%
R=41.05%
G=39.74%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881828800.030.530.2656.442.7454.12
HexBCB65803351A382b36
Octal274266130036532705366
Binary1011110010110110101100001111010111010111000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB658; }

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

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

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

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

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

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

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

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