#87955F

Color #87955F Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #87955F

Tints of Chelsea Cucumber #87955F

Color information

#87955F (or 0x87955F) is unknown color: approx Chelsea Cucumber. HEX triplet: 87, 95 and 5F. RGB value is (135,149,95). Sum of RGB (Red+Green+Blue) = 135+149+95=379 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.62% from 379); Green value is 149 (58.59% from 255 or 39.31% from 379); Blue value is 95 (37.5% from 255 or 25.07% from 379); Max value from RGB is 149 - color contains mainly: green. Hex color #87955F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87955F is #786AA0. Grayscale: #8A8A8A. Windows color (decimal): -7891617 or 6264199. OLE color: 6264199.

HSL color Cylindrical-coordinate representation of color #87955F: hue angle of 75.56º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #87955F is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB13514995-
CMYK0.0900.360.42
HSL75.56º22.13%47.84%-
HSV(B)75.56º36.24%58.43%-
XYZ22.827.4714.93-
YUV138.66103.36125.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.62%
GREEN value IS 149 (58.59% from 255) = 39.31%
BLUE value IS 95 (37.5% from 255) = 25.07%
R=35.62%
G=39.31%
B=25.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal135149950.0900.360.4275.5622.1347.84
Hex87955F90242A4c1630
Octal20722513711044521142660
Binary1000011110010101101111110010100100101010100110010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87955F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87955F; }

 p { color: rgb(135,149,95); }

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

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

 a { background-color: rgb(135,149,95); }

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

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

 span { border-color: rgb(135,149,95); }

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