#86AA4D

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

Shades of Chelsea Cucumber #86AA4D

Tints of Chelsea Cucumber #86AA4D

Color information

#86AA4D (or 0x86AA4D) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, AA and 4D. RGB value is (134,170,77). Sum of RGB (Red+Green+Blue) = 134+170+77=381 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.17% from 381); Green value is 170 (66.80% from 255 or 44.62% from 381); Blue value is 77 (30.47% from 255 or 20.21% from 381); Max value from RGB is 170 - color contains mainly: green. Hex color #86AA4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AA4D is #7955B2. Grayscale: #949494. Windows color (decimal): -7951795 or 5089926. OLE color: 5089926.

HSL color Cylindrical-coordinate representation of color #86AA4D: hue angle of 83.23º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #86AA4D is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB13417077-
CMYK0.2100.550.33
HSL83.23º37.65%48.43%-
HSV(B)83.23º54.71%66.67%-
XYZ25.5534.3512.31-
YUV148.6387.57117.56-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.17%
GREEN value IS 170 (66.80% from 255) = 44.62%
BLUE value IS 77 (30.47% from 255) = 20.21%
R=35.17%
G=44.62%
B=20.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal134170770.2100.550.3383.2337.6548.43
Hex86AA4D1503721532630
Octal20625211525067411234660
Binary100001101010101010011011010101101111000011010011100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AA4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,170,77); }

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

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

 a { background-color: rgb(134,170,77); }

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

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

 span { border-color: rgb(134,170,77); }

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