Html Css Color HEX #86B05D Chelsea Cucumber

📋 copy color: '#86B05D'

red 134 ◦ green 176 ◦ blue 93

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

Shades of Chelsea Cucumber #86B05D

Tints of Chelsea Cucumber #86B05D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.08%

R = 33.25%
G = 43.67%
B = 23.08%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#86B05D (or 0x86B05D) is known color: Chelsea Cucumber. HEX triplet: 86, B0 and 5D. RGB value is (134,176,93). Sum of RGB (Red+Green+Blue) = 134+176+93=403 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.25% from 403); Green value is 176 (69.14% from 255 or 43.67% from 403); Blue value is 93 (36.72% from 255 or 23.08% from 403); Max value from RGB is 176 - color contains mainly: green. Hex color #86B05D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86B05D is #794FA2. Grayscale: #9A9A9A. Windows color (decimal): -7950243 or 6140038. OLE color: 6140038.

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

Color convert

RGB 134 176 93 -
CMYK 0.24 0 0.47 0.31
HSL 90.36º 0.34% 0.53% -
HSV(B) 90.36º 0.47% 0.69% -
XYZ 27.33 36.91 16.04 -
YUV 153.98 93.59 113.75 -
System Red Green Blue C M Y K H S L
Decimal 134 176 93 0.24 0 0.47 0.31 90.36 0.34 0.53
Hex 86 B0 5D 18 0 2F 1F 5A 22 35
Octal 206 260 135 30 0 57 37 132 42 65
Binary 10000110 10110000 1011101 11000 0 101111 11111 1011010 100010 110101

Color Harmonies of #86B05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B05D

Black with #86B05D

Text Example


Text Example

White with #86B05D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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