Html Css Color HEX #86AA57 Chelsea Cucumber

📋 copy color: '#86AA57'

red 134 ◦ green 170 ◦ blue 87

#86AA57
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chelsea Cucumber #86AA57

Tints of Chelsea Cucumber #86AA57

RGB

 RED value IS 134 (52.73% from 255) = 34.27%

 GREEN value IS 170 (66.8% from 255) = 43.48%

 BLUE value IS 87 (34.38% from 255) = 22.25%

R = 34.27%
G = 43.48%
B = 22.25%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#86AA57 (or 0x86AA57) is known color: Chelsea Cucumber. HEX triplet: 86, AA and 57. RGB value is (134,170,87). Sum of RGB (Red+Green+Blue) = 134+170+87=391 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.27% from 391); Green value is 170 (66.80% from 255 or 43.48% from 391); Blue value is 87 (34.38% from 255 or 22.25% from 391); Max value from RGB is 170 - color contains mainly: green. Hex color #86AA57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AA57 is #7955A8. Grayscale: #969696. Windows color (decimal): -7951785 or 5745286. OLE color: 5745286.

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

Color convert

RGB 134 170 87 -
CMYK 0.21 0 0.49 0.33
HSL 86.02º 0.33% 0.5% -
HSV(B) 86.02º 0.49% 0.67% -
XYZ 25.93 34.51 14.31 -
YUV 149.77 92.57 116.75 -
System Red Green Blue C M Y K H S L
Decimal 134 170 87 0.21 0 0.49 0.33 86.02 0.33 0.5
Hex 86 AA 57 15 0 31 21 56 21 32
Octal 206 252 127 25 0 61 41 126 41 62
Binary 10000110 10101010 1010111 10101 0 110001 100001 1010110 100001 110010

Color Harmonies of #86AA57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AA57

Black with #86AA57

Text Example


Text Example

White with #86AA57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #86AA57;
 }
 .AnyTagClassName
 {
   color: #86AA57;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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