Html Css Color HEX #86B456 Chelsea Cucumber

📋 copy color: '#86B456'

red 134 ◦ green 180 ◦ blue 86

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

Shades of Chelsea Cucumber #86B456

Tints of Chelsea Cucumber #86B456

RGB

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

 GREEN value IS 180 (70.7% from 255) = 45%

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

R = 33.5%
G = 45%
B = 21.5%

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

#86B456 (or 0x86B456) is known color: Chelsea Cucumber. HEX triplet: 86, B4 and 56. RGB value is (134,180,86). Sum of RGB (Red+Green+Blue) = 134+180+86=400 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.5% from 400); Green value is 180 (70.70% from 255 or 45% from 400); Blue value is 86 (33.98% from 255 or 21.5% from 400); Max value from RGB is 180 - color contains mainly: green. Hex color #86B456 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B456 is #794BA9. Grayscale: #9B9B9B. Windows color (decimal): -7949226 or 5682310. OLE color: 5682310.

HSL color Cylindrical-coordinate representation of color #86B456: hue angle of 89.36º 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 #86B456 is Cyan = 0.26, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB 134 180 86 -
CMYK 0.26 0 0.52 0.29
HSL 89.36º 0.39% 0.52% -
HSV(B) 89.36º 0.52% 0.71% -
XYZ 27.83 38.38 14.75 -
YUV 155.53 88.76 112.64 -
System Red Green Blue C M Y K H S L
Decimal 134 180 86 0.26 0 0.52 0.29 89.36 0.39 0.52
Hex 86 B4 56 1A 0 34 1D 59 27 34
Octal 206 264 126 32 0 64 35 131 47 64
Binary 10000110 10110100 1010110 11010 0 110100 11101 1011001 100111 110100

Color Harmonies of #86B456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B456

Black with #86B456

Text Example


Text Example

White with #86B456

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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