#86975A

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

Shades of Chelsea Cucumber #86975A

Tints of Chelsea Cucumber #86975A

Color information

#86975A (or 0x86975A) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, 97 and 5A. RGB value is (134,151,90). Sum of RGB (Red+Green+Blue) = 134+151+90=375 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.73% from 375); Green value is 151 (59.38% from 255 or 40.27% from 375); Blue value is 90 (35.55% from 255 or 24% from 375); Max value from RGB is 151 - color contains mainly: green. Hex color #86975A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86975A is #7968A5. Grayscale: #8B8B8B. Windows color (decimal): -7956646 or 5937030. OLE color: 5937030.

HSL color Cylindrical-coordinate representation of color #86975A: hue angle of 76.72º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86975A is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB13415190-
CMYK0.1100.400.41
HSL76.72º25.31%47.25%-
HSV(B)76.72º40.4%59.22%-
XYZ22.7427.9413.87-
YUV138.96100.37124.46-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.73%
GREEN value IS 151 (59.38% from 255) = 40.27%
BLUE value IS 90 (35.55% from 255) = 24%
R=35.73%
G=40.27%
B=24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal134151900.1100.400.4176.7225.3147.25
Hex86975AB028294d192f
Octal20622713213050511153157
Binary1000011010010111101101010110101000101001100110111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86975A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86975A; }

 p { color: rgb(134,151,90); }

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

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

 a { background-color: rgb(134,151,90); }

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

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

 span { border-color: rgb(134,151,90); }

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