Html Css Color HEX #86AF5A Chelsea Cucumber

📋 copy color: '#86AF5A'

red 134 ◦ green 175 ◦ blue 90

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

Shades of Chelsea Cucumber #86AF5A

Tints of Chelsea Cucumber #86AF5A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 43.86%

 BLUE value IS 90 (35.55% from 255) = 22.56%

R = 33.58%
G = 43.86%
B = 22.56%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#86AF5A (or 0x86AF5A) is known color: Chelsea Cucumber. HEX triplet: 86, AF and 5A. RGB value is (134,175,90). Sum of RGB (Red+Green+Blue) = 134+175+90=399 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.58% from 399); Green value is 175 (68.75% from 255 or 43.86% from 399); Blue value is 90 (35.55% from 255 or 22.56% from 399); Max value from RGB is 175 - color contains mainly: green. Hex color #86AF5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AF5A is #7950A5. Grayscale: #999999. Windows color (decimal): -7950502 or 5943174. OLE color: 5943174.

HSL color Cylindrical-coordinate representation of color #86AF5A: hue angle of 88.94º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #86AF5A is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 134 175 90 -
CMYK 0.23 0 0.49 0.31
HSL 88.94º 0.35% 0.52% -
HSV(B) 88.94º 0.49% 0.69% -
XYZ 27.01 36.47 15.29 -
YUV 153.05 92.42 114.41 -
System Red Green Blue C M Y K H S L
Decimal 134 175 90 0.23 0 0.49 0.31 88.94 0.35 0.52
Hex 86 AF 5A 17 0 31 1F 59 23 34
Octal 206 257 132 27 0 61 37 131 43 64
Binary 10000110 10101111 1011010 10111 0 110001 11111 1011001 100011 110100

Color Harmonies of #86AF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AF5A

Black with #86AF5A

Text Example


Text Example

White with #86AF5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,175,90); }

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

background-color css

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

 a { background-color: rgb(134,175,90); }

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

border-color css

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

 span { border-color: rgb(134,175,90); }

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