Html Css Color HEX #86A353 Chelsea Cucumber

📋 copy color: '#86A353'

red 134 ◦ green 163 ◦ blue 83

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

Shades of Chelsea Cucumber #86A353

Tints of Chelsea Cucumber #86A353

RGB

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

 GREEN value IS 163 (64.06% from 255) = 42.89%

 BLUE value IS 83 (32.81% from 255) = 21.84%

R = 35.26%
G = 42.89%
B = 21.84%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#86A353 (or 0x86A353) is known color: Chelsea Cucumber. HEX triplet: 86, A3 and 53. RGB value is (134,163,83). Sum of RGB (Red+Green+Blue) = 134+163+83=380 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.26% from 380); Green value is 163 (64.06% from 255 or 42.89% from 380); Blue value is 83 (32.81% from 255 or 21.84% from 380); Max value from RGB is 163 - color contains mainly: green. Hex color #86A353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A353 is #795CAC. Grayscale: #919191. Windows color (decimal): -7953581 or 5481350. OLE color: 5481350.

HSL color Cylindrical-coordinate representation of color #86A353: hue angle of 81.75º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #86A353 is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB 134 163 83 -
CMYK 0.18 0 0.49 0.36
HSL 81.75º 0.33% 0.48% -
HSV(B) 81.75º 0.49% 0.64% -
XYZ 24.49 31.89 13.05 -
YUV 145.21 92.89 120 -
System Red Green Blue C M Y K H S L
Decimal 134 163 83 0.18 0 0.49 0.36 81.75 0.33 0.48
Hex 86 A3 53 12 0 31 24 52 21 30
Octal 206 243 123 22 0 61 44 122 41 60
Binary 10000110 10100011 1010011 10010 0 110001 100100 1010010 100001 110000

Color Harmonies of #86A353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A353

Black with #86A353

Text Example


Text Example

White with #86A353

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,163,83); }

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

background-color css

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

 a { background-color: rgb(134,163,83); }

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

border-color css

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

 span { border-color: rgb(134,163,83); }

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