Html Css Color HEX #86A048 Chelsea Cucumber

📋 copy color: '#86A048'

red 134 ◦ green 160 ◦ blue 72

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

Shades of Chelsea Cucumber #86A048

Tints of Chelsea Cucumber #86A048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.67%

R = 36.61%
G = 43.72%
B = 19.67%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.55

 K value IS 0.37

RGB Variations

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

Color information

#86A048 (or 0x86A048) is known color: Chelsea Cucumber. HEX triplet: 86, A0 and 48. RGB value is (134,160,72). Sum of RGB (Red+Green+Blue) = 134+160+72=366 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.61% from 366); Green value is 160 (62.89% from 255 or 43.72% from 366); Blue value is 72 (28.52% from 255 or 19.67% from 366); Max value from RGB is 160 - color contains mainly: green. Hex color #86A048 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86A048 is #795FB7. Grayscale: #8E8E8E. Windows color (decimal): -7954360 or 4759686. OLE color: 4759686.

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

Color convert

RGB 134 160 72 -
CMYK 0.16 0 0.55 0.37
HSL 77.73º 0.38% 0.45% -
HSV(B) 77.73º 0.55% 0.63% -
XYZ 23.57 30.68 10.81 -
YUV 142.19 88.39 122.16 -
System Red Green Blue C M Y K H S L
Decimal 134 160 72 0.16 0 0.55 0.37 77.73 0.38 0.45
Hex 86 A0 48 10 0 37 25 4E 26 2D
Octal 206 240 110 20 0 67 45 116 46 55
Binary 10000110 10100000 1001000 10000 0 110111 100101 1001110 100110 101101

Color Harmonies of #86A048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A048

Black with #86A048

Text Example


Text Example

White with #86A048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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