Html Css Color HEX #86AB4D Chelsea Cucumber

📋 copy color: '#86AB4D'

red 134 ◦ green 171 ◦ blue 77

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

Shades of Chelsea Cucumber #86AB4D

Tints of Chelsea Cucumber #86AB4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.16%

R = 35.08%
G = 44.76%
B = 20.16%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#86AB4D (or 0x86AB4D) is known color: Chelsea Cucumber. HEX triplet: 86, AB and 4D. RGB value is (134,171,77). Sum of RGB (Red+Green+Blue) = 134+171+77=382 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.08% from 382); Green value is 171 (67.19% from 255 or 44.76% from 382); Blue value is 77 (30.47% from 255 or 20.16% from 382); Max value from RGB is 171 - color contains mainly: green. Hex color #86AB4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AB4D is #7954B2. Grayscale: #959595. Windows color (decimal): -7951539 or 5090182. OLE color: 5090182.

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

Color convert

RGB 134 171 77 -
CMYK 0.22 0 0.55 0.33
HSL 83.62º 0.38% 0.49% -
HSV(B) 83.62º 0.55% 0.67% -
XYZ 25.73 34.73 12.37 -
YUV 149.22 87.24 117.14 -
System Red Green Blue C M Y K H S L
Decimal 134 171 77 0.22 0 0.55 0.33 83.62 0.38 0.49
Hex 86 AB 4D 16 0 37 21 54 26 31
Octal 206 253 115 26 0 67 41 124 46 61
Binary 10000110 10101011 1001101 10110 0 110111 100001 1010100 100110 110001

Color Harmonies of #86AB4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AB4D

Black with #86AB4D

Text Example


Text Example

White with #86AB4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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