Html Css Color HEX #86A84C Chelsea Cucumber

📋 copy color: '#86A84C'

red 134 ◦ green 168 ◦ blue 76

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

Shades of Chelsea Cucumber #86A84C

Tints of Chelsea Cucumber #86A84C

RGB

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

 GREEN value IS 168 (66.02% from 255) = 44.44%

 BLUE value IS 76 (30.08% from 255) = 20.11%

R = 35.45%
G = 44.44%
B = 20.11%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.55

 K value IS 0.34

RGB Variations

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

Color information

#86A84C (or 0x86A84C) is known color: Chelsea Cucumber. HEX triplet: 86, A8 and 4C. RGB value is (134,168,76). Sum of RGB (Red+Green+Blue) = 134+168+76=378 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.45% from 378); Green value is 168 (66.02% from 255 or 44.44% from 378); Blue value is 76 (30.08% from 255 or 20.11% from 378); Max value from RGB is 168 - color contains mainly: green. Hex color #86A84C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86A84C is #7957B3. Grayscale: #939393. Windows color (decimal): -7952308 or 5023878. OLE color: 5023878.

HSL color Cylindrical-coordinate representation of color #86A84C: hue angle of 82.17º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #86A84C is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.34.

Color convert

RGB 134 168 76 -
CMYK 0.20 0 0.55 0.34
HSL 82.17º 0.38% 0.48% -
HSV(B) 82.17º 0.55% 0.66% -
XYZ 25.14 33.6 12 -
YUV 147.35 87.74 118.48 -
System Red Green Blue C M Y K H S L
Decimal 134 168 76 0.20 0 0.55 0.34 82.17 0.38 0.48
Hex 86 A8 4C 14 0 37 22 52 26 30
Octal 206 250 114 24 0 67 42 122 46 60
Binary 10000110 10101000 1001100 10100 0 110111 100010 1010010 100110 110000

Color Harmonies of #86A84C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A84C

Black with #86A84C

Text Example


Text Example

White with #86A84C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,168,76); }

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

background-color css

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

 a { background-color: rgb(134,168,76); }

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

border-color css

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

 span { border-color: rgb(134,168,76); }

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