#86AF58

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

Shades of Chelsea Cucumber #86AF58

Tints of Chelsea Cucumber #86AF58

Color information

#86AF58 (or 0x86AF58) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, AF and 58. RGB value is (134,175,88). Sum of RGB (Red+Green+Blue) = 134+175+88=397 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.75% from 397); Green value is 175 (68.75% from 255 or 44.08% from 397); Blue value is 88 (34.77% from 255 or 22.17% from 397); Max value from RGB is 175 - color contains mainly: green. Hex color #86AF58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AF58 is #7950A7. Grayscale: #999999. Windows color (decimal): -7950504 or 5812102. OLE color: 5812102.

HSL color Cylindrical-coordinate representation of color #86AF58: hue angle of 88.28º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #86AF58 is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB13417588-
CMYK0.2300.500.31
HSL88.28º35.22%51.57%-
HSV(B)88.28º49.71%68.63%-
XYZ26.9236.4314.85-
YUV152.8291.42114.57-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.75%
GREEN value IS 175 (68.75% from 255) = 44.08%
BLUE value IS 88 (34.77% from 255) = 22.17%
R=33.75%
G=44.08%
B=22.17%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal134175880.2300.500.3188.2835.2251.57
Hex86AF58170321F582334
Octal20625713027062371304364
Binary10000110101011111011000101110110010111111011000100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AF58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86AF58; }

 p { color: rgb(134,175,88); }

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

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

 a { background-color: rgb(134,175,88); }

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

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

 span { border-color: rgb(134,175,88); }

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