Html Css Color HEX #86A054 Chelsea Cucumber

📋 copy color: '#86A054'

red 134 ◦ green 160 ◦ blue 84

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

Shades of Chelsea Cucumber #86A054

Tints of Chelsea Cucumber #86A054

RGB

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

 GREEN value IS 160 (62.89% from 255) = 42.33%

 BLUE value IS 84 (33.2% from 255) = 22.22%

R = 35.45%
G = 42.33%
B = 22.22%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.48

 K value IS 0.37

RGB Variations

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

Color information

#86A054 (or 0x86A054) is known color: Chelsea Cucumber. HEX triplet: 86, A0 and 54. RGB value is (134,160,84). Sum of RGB (Red+Green+Blue) = 134+160+84=378 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.45% from 378); Green value is 160 (62.89% from 255 or 42.33% from 378); Blue value is 84 (33.20% from 255 or 22.22% from 378); Max value from RGB is 160 - color contains mainly: green. Hex color #86A054 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A054 is #795FAB. Grayscale: #8F8F8F. Windows color (decimal): -7954348 or 5546118. OLE color: 5546118.

HSL color Cylindrical-coordinate representation of color #86A054: hue angle of 80.53º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #86A054 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB 134 160 84 -
CMYK 0.16 0 0.48 0.37
HSL 80.53º 0.31% 0.48% -
HSV(B) 80.53º 0.48% 0.63% -
XYZ 24 30.85 13.08 -
YUV 143.56 94.39 121.18 -
System Red Green Blue C M Y K H S L
Decimal 134 160 84 0.16 0 0.48 0.37 80.53 0.31 0.48
Hex 86 A0 54 10 0 30 25 51 1F 30
Octal 206 240 124 20 0 60 45 121 37 60
Binary 10000110 10100000 1010100 10000 0 110000 100101 1010001 11111 110000

Color Harmonies of #86A054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A054

Black with #86A054

Text Example


Text Example

White with #86A054

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,160,84); }

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

background-color css

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

 a { background-color: rgb(134,160,84); }

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

border-color css

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

 span { border-color: rgb(134,160,84); }

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