Html Css Color HEX #86AA45 Chelsea Cucumber

📋 copy color: '#86AA45'

red 134 ◦ green 170 ◦ blue 69

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

Shades of Chelsea Cucumber #86AA45

Tints of Chelsea Cucumber #86AA45

RGB

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

 GREEN value IS 170 (66.8% from 255) = 45.58%

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

R = 35.92%
G = 45.58%
B = 18.5%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#86AA45 (or 0x86AA45) is known color: Chelsea Cucumber. HEX triplet: 86, AA and 45. RGB value is (134,170,69). Sum of RGB (Red+Green+Blue) = 134+170+69=373 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.92% from 373); Green value is 170 (66.80% from 255 or 45.58% from 373); Blue value is 69 (27.34% from 255 or 18.50% from 373); Max value from RGB is 170 - color contains mainly: green. Hex color #86AA45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86AA45 is #7955BA. Grayscale: #949494. Windows color (decimal): -7951803 or 4565638. OLE color: 4565638.

HSL color Cylindrical-coordinate representation of color #86AA45: hue angle of 81.39º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #86AA45 is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB 134 170 69 -
CMYK 0.21 0 0.59 0.33
HSL 81.39º 0.42% 0.47% -
HSV(B) 81.39º 0.59% 0.67% -
XYZ 25.28 34.25 10.91 -
YUV 147.72 83.57 118.21 -
System Red Green Blue C M Y K H S L
Decimal 134 170 69 0.21 0 0.59 0.33 81.39 0.42 0.47
Hex 86 AA 45 15 0 3B 21 51 2A 2F
Octal 206 252 105 25 0 73 41 121 52 57
Binary 10000110 10101010 1000101 10101 0 111011 100001 1010001 101010 101111

Color Harmonies of #86AA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AA45

Black with #86AA45

Text Example


Text Example

White with #86AA45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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