Html Css Color HEX #86AB64 Chelsea Cucumber

📋 copy color: '#86AB64'

red 134 ◦ green 171 ◦ blue 100

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

Shades of Chelsea Cucumber #86AB64

Tints of Chelsea Cucumber #86AB64

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.22%

 BLUE value IS 100 (39.45% from 255) = 24.69%

R = 33.09%
G = 42.22%
B = 24.69%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#86AB64 (or 0x86AB64) is known color: Chelsea Cucumber. HEX triplet: 86, AB and 64. RGB value is (134,171,100). Sum of RGB (Red+Green+Blue) = 134+171+100=405 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.09% from 405); Green value is 171 (67.19% from 255 or 42.22% from 405); Blue value is 100 (39.45% from 255 or 24.69% from 405); Max value from RGB is 171 - color contains mainly: green. Hex color #86AB64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AB64 is #79549B. Grayscale: #989898. Windows color (decimal): -7951516 or 6597510. OLE color: 6597510.

HSL color Cylindrical-coordinate representation of color #86AB64: hue angle of 91.27º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #86AB64 is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB 134 171 100 -
CMYK 0.22 0 0.42 0.33
HSL 91.27º 0.3% 0.53% -
HSV(B) 91.27º 0.42% 0.67% -
XYZ 26.69 35.11 17.43 -
YUV 151.84 98.74 115.27 -
System Red Green Blue C M Y K H S L
Decimal 134 171 100 0.22 0 0.42 0.33 91.27 0.3 0.53
Hex 86 AB 64 16 0 2A 21 5B 1E 35
Octal 206 253 144 26 0 52 41 133 36 65
Binary 10000110 10101011 1100100 10110 0 101010 100001 1011011 11110 110101

Color Harmonies of #86AB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AB64

Black with #86AB64

Text Example


Text Example

White with #86AB64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,171,100); }

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

background-color css

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

 a { background-color: rgb(134,171,100); }

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

border-color css

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

 span { border-color: rgb(134,171,100); }

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