Html Css Color HEX #86AB49 Chelsea Cucumber

📋 copy color: '#86AB49'

red 134 ◦ green 171 ◦ blue 73

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

Shades of Chelsea Cucumber #86AB49

Tints of Chelsea Cucumber #86AB49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 19.31%

R = 35.45%
G = 45.24%
B = 19.31%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#86AB49 (or 0x86AB49) is known color: Chelsea Cucumber. HEX triplet: 86, AB and 49. RGB value is (134,171,73). Sum of RGB (Red+Green+Blue) = 134+171+73=378 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.45% from 378); Green value is 171 (67.19% from 255 or 45.24% from 378); Blue value is 73 (28.91% from 255 or 19.31% from 378); Max value from RGB is 171 - color contains mainly: green. Hex color #86AB49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86AB49 is #7954B6. Grayscale: #959595. Windows color (decimal): -7951543 or 4828038. OLE color: 4828038.

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

Color convert

RGB 134 171 73 -
CMYK 0.22 0 0.57 0.33
HSL 82.65º 0.4% 0.48% -
HSV(B) 82.65º 0.57% 0.67% -
XYZ 25.6 34.68 11.65 -
YUV 148.77 85.24 117.47 -
System Red Green Blue C M Y K H S L
Decimal 134 171 73 0.22 0 0.57 0.33 82.65 0.4 0.48
Hex 86 AB 49 16 0 39 21 53 28 30
Octal 206 253 111 26 0 71 41 123 50 60
Binary 10000110 10101011 1001001 10110 0 111001 100001 1010011 101000 110000

Color Harmonies of #86AB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AB49

Black with #86AB49

Text Example


Text Example

White with #86AB49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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