Html Css Color HEX #86B84C Chelsea Cucumber

📋 copy color: '#86B84C'

red 134 ◦ green 184 ◦ blue 76

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

Shades of Chelsea Cucumber #86B84C

Tints of Chelsea Cucumber #86B84C

RGB

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

 GREEN value IS 184 (72.27% from 255) = 46.7%

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

R = 34.01%
G = 46.7%
B = 19.29%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#86B84C (or 0x86B84C) is known color: Chelsea Cucumber. HEX triplet: 86, B8 and 4C. RGB value is (134,184,76). Sum of RGB (Red+Green+Blue) = 134+184+76=394 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.01% from 394); Green value is 184 (72.27% from 255 or 46.70% from 394); Blue value is 76 (30.08% from 255 or 19.29% from 394); Max value from RGB is 184 - color contains mainly: green. Hex color #86B84C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86B84C is #7947B3. Grayscale: #9D9D9D. Windows color (decimal): -7948212 or 5027974. OLE color: 5027974.

HSL color Cylindrical-coordinate representation of color #86B84C: hue angle of 87.78º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #86B84C is Cyan = 0.27, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.28.

Color convert

RGB 134 184 76 -
CMYK 0.27 0 0.59 0.28
HSL 87.78º 0.43% 0.51% -
HSV(B) 87.78º 0.59% 0.72% -
XYZ 28.28 39.87 13.04 -
YUV 156.74 82.44 111.78 -
System Red Green Blue C M Y K H S L
Decimal 134 184 76 0.27 0 0.59 0.28 87.78 0.43 0.51
Hex 86 B8 4C 1B 0 3B 1C 58 2B 33
Octal 206 270 114 33 0 73 34 130 53 63
Binary 10000110 10111000 1001100 11011 0 111011 11100 1011000 101011 110011

Color Harmonies of #86B84C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B84C

Black with #86B84C

Text Example


Text Example

White with #86B84C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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