Html Css Color HEX #86AF56 Chelsea Cucumber

📋 copy color: '#86AF56'

red 134 ◦ green 175 ◦ blue 86

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

Shades of Chelsea Cucumber #86AF56

Tints of Chelsea Cucumber #86AF56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 21.77%

R = 33.92%
G = 44.3%
B = 21.77%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#86AF56 (or 0x86AF56) is known color: Chelsea Cucumber. HEX triplet: 86, AF and 56. RGB value is (134,175,86). Sum of RGB (Red+Green+Blue) = 134+175+86=395 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.92% from 395); Green value is 175 (68.75% from 255 or 44.30% from 395); Blue value is 86 (33.98% from 255 or 21.77% from 395); Max value from RGB is 175 - color contains mainly: green. Hex color #86AF56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AF56 is #7950A9. Grayscale: #989898. Windows color (decimal): -7950506 or 5681030. OLE color: 5681030.

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

Color convert

RGB 134 175 86 -
CMYK 0.23 0 0.51 0.31
HSL 87.64º 0.36% 0.51% -
HSV(B) 87.64º 0.51% 0.69% -
XYZ 26.84 36.4 14.42 -
YUV 152.6 90.42 114.74 -
System Red Green Blue C M Y K H S L
Decimal 134 175 86 0.23 0 0.51 0.31 87.64 0.36 0.51
Hex 86 AF 56 17 0 33 1F 58 24 33
Octal 206 257 126 27 0 63 37 130 44 63
Binary 10000110 10101111 1010110 10111 0 110011 11111 1011000 100100 110011

Color Harmonies of #86AF56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AF56

Black with #86AF56

Text Example


Text Example

White with #86AF56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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