Html Css Color HEX #86B344 Chelsea Cucumber

📋 copy color: '#86B344'

red 134 ◦ green 179 ◦ blue 68

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

Shades of Chelsea Cucumber #86B344

Tints of Chelsea Cucumber #86B344

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.98%

 BLUE value IS 68 (26.95% from 255) = 17.85%

R = 35.17%
G = 46.98%
B = 17.85%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#86B344 (or 0x86B344) is known color: Chelsea Cucumber. HEX triplet: 86, B3 and 44. RGB value is (134,179,68). Sum of RGB (Red+Green+Blue) = 134+179+68=381 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.17% from 381); Green value is 179 (70.31% from 255 or 46.98% from 381); Blue value is 68 (26.95% from 255 or 17.85% from 381); Max value from RGB is 179 - color contains mainly: green. Hex color #86B344 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86B344 is #794CBB. Grayscale: #999999. Windows color (decimal): -7949500 or 4502406. OLE color: 4502406.

HSL color Cylindrical-coordinate representation of color #86B344: hue angle of 84.32º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #86B344 is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.30.

Color convert

RGB 134 179 68 -
CMYK 0.25 0 0.62 0.30
HSL 84.32º 0.45% 0.48% -
HSV(B) 84.32º 0.62% 0.7% -
XYZ 27 37.73 11.33 -
YUV 152.89 80.09 114.53 -
System Red Green Blue C M Y K H S L
Decimal 134 179 68 0.25 0 0.62 0.30 84.32 0.45 0.48
Hex 86 B3 44 19 0 3E 1E 54 2D 30
Octal 206 263 104 31 0 76 36 124 55 60
Binary 10000110 10110011 1000100 11001 0 111110 11110 1010100 101101 110000

Color Harmonies of #86B344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B344

Black with #86B344

Text Example


Text Example

White with #86B344

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,179,68); }

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

background-color css

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

 a { background-color: rgb(134,179,68); }

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

border-color css

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

 span { border-color: rgb(134,179,68); }

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