Html Css Color HEX #86AF58 Chelsea Cucumber

📋 copy color: '#86AF58'

red 134 ◦ green 175 ◦ blue 88

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

Shades of Chelsea Cucumber #86AF58

Tints of Chelsea Cucumber #86AF58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 22.17%

R = 33.75%
G = 44.08%
B = 22.17%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#86AF58 (or 0x86AF58) is known color: Chelsea Cucumber. HEX triplet: 86, AF and 58. RGB value is (134,175,88). Sum of RGB (Red+Green+Blue) = 134+175+88=397 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.75% from 397); Green value is 175 (68.75% from 255 or 44.08% from 397); Blue value is 88 (34.77% from 255 or 22.17% from 397); Max value from RGB is 175 - color contains mainly: green. Hex color #86AF58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AF58 is #7950A7. Grayscale: #999999. Windows color (decimal): -7950504 or 5812102. OLE color: 5812102.

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

Color convert

RGB 134 175 88 -
CMYK 0.23 0 0.50 0.31
HSL 88.28º 0.35% 0.52% -
HSV(B) 88.28º 0.5% 0.69% -
XYZ 26.92 36.43 14.85 -
YUV 152.82 91.42 114.57 -
System Red Green Blue C M Y K H S L
Decimal 134 175 88 0.23 0 0.50 0.31 88.28 0.35 0.52
Hex 86 AF 58 17 0 32 1F 58 23 34
Octal 206 257 130 27 0 62 37 130 43 64
Binary 10000110 10101111 1011000 10111 0 110010 11111 1011000 100011 110100

Color Harmonies of #86AF58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AF58

Black with #86AF58

Text Example


Text Example

White with #86AF58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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