Html Css Color HEX #86AD45 Chelsea Cucumber

📋 copy color: '#86AD45'

red 134 ◦ green 173 ◦ blue 69

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

Shades of Chelsea Cucumber #86AD45

Tints of Chelsea Cucumber #86AD45

RGB

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

 GREEN value IS 173 (67.97% from 255) = 46.01%

 BLUE value IS 69 (27.34% from 255) = 18.35%

R = 35.64%
G = 46.01%
B = 18.35%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#86AD45 (or 0x86AD45) is known color: Chelsea Cucumber. HEX triplet: 86, AD and 45. RGB value is (134,173,69). Sum of RGB (Red+Green+Blue) = 134+173+69=376 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.64% from 376); Green value is 173 (67.97% from 255 or 46.01% from 376); Blue value is 69 (27.34% from 255 or 18.35% from 376); Max value from RGB is 173 - color contains mainly: green. Hex color #86AD45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86AD45 is #7952BA. Grayscale: #959595. Windows color (decimal): -7951035 or 4566406. OLE color: 4566406.

HSL color Cylindrical-coordinate representation of color #86AD45: hue angle of 82.5º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #86AD45 is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB 134 173 69 -
CMYK 0.23 0 0.60 0.32
HSL 82.5º 0.43% 0.47% -
HSV(B) 82.5º 0.6% 0.68% -
XYZ 25.85 35.39 11.1 -
YUV 149.48 82.58 116.96 -
System Red Green Blue C M Y K H S L
Decimal 134 173 69 0.23 0 0.60 0.32 82.5 0.43 0.47
Hex 86 AD 45 17 0 3C 20 52 2B 2F
Octal 206 255 105 27 0 74 40 122 53 57
Binary 10000110 10101101 1000101 10111 0 111100 100000 1010010 101011 101111

Color Harmonies of #86AD45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AD45

Black with #86AD45

Text Example


Text Example

White with #86AD45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,173,69); }

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

background-color css

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

 a { background-color: rgb(134,173,69); }

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

border-color css

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

 span { border-color: rgb(134,173,69); }

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