Html Css Color HEX #86B556 Chelsea Cucumber

📋 copy color: '#86B556'

red 134 ◦ green 181 ◦ blue 86

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

Shades of Chelsea Cucumber #86B556

Tints of Chelsea Cucumber #86B556

RGB

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

 GREEN value IS 181 (71.09% from 255) = 45.14%

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

R = 33.42%
G = 45.14%
B = 21.45%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#86B556 (or 0x86B556) is known color: Chelsea Cucumber. HEX triplet: 86, B5 and 56. RGB value is (134,181,86). Sum of RGB (Red+Green+Blue) = 134+181+86=401 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.42% from 401); Green value is 181 (71.09% from 255 or 45.14% from 401); Blue value is 86 (33.98% from 255 or 21.45% from 401); Max value from RGB is 181 - color contains mainly: green. Hex color #86B556 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B556 is #794AA9. Grayscale: #9C9C9C. Windows color (decimal): -7948970 or 5682566. OLE color: 5682566.

HSL color Cylindrical-coordinate representation of color #86B556: hue angle of 89.68º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #86B556 is Cyan = 0.26, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB 134 181 86 -
CMYK 0.26 0 0.52 0.29
HSL 89.68º 0.39% 0.52% -
HSV(B) 89.68º 0.52% 0.71% -
XYZ 28.04 38.79 14.81 -
YUV 156.12 88.43 112.22 -
System Red Green Blue C M Y K H S L
Decimal 134 181 86 0.26 0 0.52 0.29 89.68 0.39 0.52
Hex 86 B5 56 1A 0 34 1D 5A 27 34
Octal 206 265 126 32 0 64 35 132 47 64
Binary 10000110 10110101 1010110 11010 0 110100 11101 1011010 100111 110100

Color Harmonies of #86B556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B556

Black with #86B556

Text Example


Text Example

White with #86B556

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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