Html Css Color HEX #86B05B Chelsea Cucumber

📋 copy color: '#86B05B'

red 134 ◦ green 176 ◦ blue 91

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

Shades of Chelsea Cucumber #86B05B

Tints of Chelsea Cucumber #86B05B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.69%

R = 33.42%
G = 43.89%
B = 22.69%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#86B05B (or 0x86B05B) is known color: Chelsea Cucumber. HEX triplet: 86, B0 and 5B. RGB value is (134,176,91). Sum of RGB (Red+Green+Blue) = 134+176+91=401 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.42% from 401); Green value is 176 (69.14% from 255 or 43.89% from 401); Blue value is 91 (35.94% from 255 or 22.69% from 401); Max value from RGB is 176 - color contains mainly: green. Hex color #86B05B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86B05B is #794FA4. Grayscale: #9A9A9A. Windows color (decimal): -7950245 or 6008966. OLE color: 6008966.

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

Color convert

RGB 134 176 91 -
CMYK 0.24 0 0.48 0.31
HSL 89.65º 0.35% 0.52% -
HSV(B) 89.65º 0.48% 0.69% -
XYZ 27.25 36.87 15.58 -
YUV 153.75 92.59 113.91 -
System Red Green Blue C M Y K H S L
Decimal 134 176 91 0.24 0 0.48 0.31 89.65 0.35 0.52
Hex 86 B0 5B 18 0 30 1F 5A 23 34
Octal 206 260 133 30 0 60 37 132 43 64
Binary 10000110 10110000 1011011 11000 0 110000 11111 1011010 100011 110100

Color Harmonies of #86B05B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B05B

Black with #86B05B

Text Example


Text Example

White with #86B05B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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