#BCB661

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

Shades of Olive Green #BCB661

Tints of Olive Green #BCB661

Color information

#BCB661 (or 0xBCB661) is unknown color: approx Olive Green. HEX triplet: BC, B6 and 61. RGB value is (188,182,97). Sum of RGB (Red+Green+Blue) = 188+182+97=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 182 (71.48% from 255 or 38.97% from 467); Blue value is 97 (38.28% from 255 or 20.77% from 467); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB661 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB661 is #43499E. Grayscale: #AEAEAE. Windows color (decimal): -4409759 or 6403772. OLE color: 6403772.

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

Color convert

RGB18818297-
CMYK00.030.480.26
HSL56.04º40.44%55.88%-
HSV(B)56.04º48.4%73.73%-
XYZ39.6245.0117.91-
YUV174.184.49137.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.26%
GREEN value IS 182 (71.48% from 255) = 38.97%
BLUE value IS 97 (38.28% from 255) = 20.77%
R=40.26%
G=38.97%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881829700.030.480.2656.0440.4455.88
HexBCB66103301A382838
Octal274266141036032705070
Binary1011110010110110110000101111000011010111000101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB661; }

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

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

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

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

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

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

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

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