Html Css Color HEX #86AB6B Chelsea Cucumber

📋 copy color: '#86AB6B'

red 134 ◦ green 171 ◦ blue 107

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

Shades of Chelsea Cucumber #86AB6B

Tints of Chelsea Cucumber #86AB6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.97%

R = 32.52%
G = 41.5%
B = 25.97%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#86AB6B (or 0x86AB6B) is known color: Chelsea Cucumber. HEX triplet: 86, AB and 6B. RGB value is (134,171,107). Sum of RGB (Red+Green+Blue) = 134+171+107=412 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.52% from 412); Green value is 171 (67.19% from 255 or 41.50% from 412); Blue value is 107 (42.19% from 255 or 25.97% from 412); Max value from RGB is 171 - color contains mainly: green. Hex color #86AB6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AB6B is #795494. Grayscale: #989898. Windows color (decimal): -7951509 or 7056262. OLE color: 7056262.

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

Color convert

RGB 134 171 107 -
CMYK 0.22 0 0.37 0.33
HSL 94.69º 0.28% 0.55% -
HSV(B) 94.69º 0.37% 0.67% -
XYZ 27.05 35.26 19.29 -
YUV 152.64 102.24 114.7 -
System Red Green Blue C M Y K H S L
Decimal 134 171 107 0.22 0 0.37 0.33 94.69 0.28 0.55
Hex 86 AB 6B 16 0 25 21 5F 1C 37
Octal 206 253 153 26 0 45 41 137 34 67
Binary 10000110 10101011 1101011 10110 0 100101 100001 1011111 11100 110111

Color Harmonies of #86AB6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AB6B

Black with #86AB6B

Text Example


Text Example

White with #86AB6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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