Html Css Color HEX #86B063 Chelsea Cucumber

📋 copy color: '#86B063'

red 134 ◦ green 176 ◦ blue 99

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

Shades of Chelsea Cucumber #86B063

Tints of Chelsea Cucumber #86B063

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.03%

 BLUE value IS 99 (39.06% from 255) = 24.21%

R = 32.76%
G = 43.03%
B = 24.21%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#86B063 (or 0x86B063) is known color: Chelsea Cucumber. HEX triplet: 86, B0 and 63. RGB value is (134,176,99). Sum of RGB (Red+Green+Blue) = 134+176+99=409 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.76% from 409); Green value is 176 (69.14% from 255 or 43.03% from 409); Blue value is 99 (39.06% from 255 or 24.21% from 409); Max value from RGB is 176 - color contains mainly: green. Hex color #86B063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86B063 is #794F9C. Grayscale: #9A9A9A. Windows color (decimal): -7950237 or 6533254. OLE color: 6533254.

HSL color Cylindrical-coordinate representation of color #86B063: hue angle of 92.73º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86B063 is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB 134 176 99 -
CMYK 0.24 0 0.44 0.31
HSL 92.73º 0.33% 0.54% -
HSV(B) 92.73º 0.44% 0.69% -
XYZ 27.61 37.02 17.49 -
YUV 154.66 96.59 113.26 -
System Red Green Blue C M Y K H S L
Decimal 134 176 99 0.24 0 0.44 0.31 92.73 0.33 0.54
Hex 86 B0 63 18 0 2C 1F 5D 21 36
Octal 206 260 143 30 0 54 37 135 41 66
Binary 10000110 10110000 1100011 11000 0 101100 11111 1011101 100001 110110

Color Harmonies of #86B063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B063

Black with #86B063

Text Example


Text Example

White with #86B063

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,176,99); }

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

background-color css

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

 a { background-color: rgb(134,176,99); }

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

border-color css

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

 span { border-color: rgb(134,176,99); }

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