#86AA43

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

Shades of Chelsea Cucumber #86AA43

Tints of Chelsea Cucumber #86AA43

Color information

#86AA43 (or 0x86AA43) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, AA and 43. RGB value is (134,170,67). Sum of RGB (Red+Green+Blue) = 134+170+67=371 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.12% from 371); Green value is 170 (66.80% from 255 or 45.82% from 371); Blue value is 67 (26.56% from 255 or 18.06% from 371); Max value from RGB is 170 - color contains mainly: green. Hex color #86AA43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86AA43 is #7955BC. Grayscale: #939393. Windows color (decimal): -7951805 or 4434566. OLE color: 4434566.

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

Color convert

RGB13417067-
CMYK0.2100.610.33
HSL80.97º43.46%46.47%-
HSV(B)80.97º60.59%66.67%-
XYZ25.2234.2210.59-
YUV147.4982.57118.38-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.12%
GREEN value IS 170 (66.80% from 255) = 45.82%
BLUE value IS 67 (26.56% from 255) = 18.06%
R=36.12%
G=45.82%
B=18.06%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal134170670.2100.610.3380.9743.4646.47
Hex86AA431503D21512b2e
Octal20625210325075411215356
Binary100001101010101010000111010101111011000011010001101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AA43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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