Html Css Color HEX #85AA63 Chelsea Cucumber

📋 copy color: '#85AA63'

red 133 ◦ green 170 ◦ blue 99

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

Shades of Chelsea Cucumber #85AA63

Tints of Chelsea Cucumber #85AA63

RGB

 RED value IS 133 (52.34% from 255) = 33.08%

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

 BLUE value IS 99 (39.06% from 255) = 24.63%

R = 33.08%
G = 42.29%
B = 24.63%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#85AA63 (or 0x85AA63) is known color: Chelsea Cucumber. HEX triplet: 85, AA and 63. RGB value is (133,170,99). Sum of RGB (Red+Green+Blue) = 133+170+99=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 170 (66.80% from 255 or 42.29% from 402); Blue value is 99 (39.06% from 255 or 24.63% from 402); Max value from RGB is 170 - color contains mainly: green. Hex color #85AA63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AA63 is #7A559C. Grayscale: #979797. Windows color (decimal): -8017309 or 6531717. OLE color: 6531717.

HSL color Cylindrical-coordinate representation of color #85AA63: hue angle of 91.27º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85AA63 is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB 133 170 99 -
CMYK 0.22 0 0.42 0.33
HSL 91.27º 0.29% 0.53% -
HSV(B) 91.27º 0.42% 0.67% -
XYZ 26.3 34.64 17.1 -
YUV 150.84 98.74 115.27 -
System Red Green Blue C M Y K H S L
Decimal 133 170 99 0.22 0 0.42 0.33 91.27 0.29 0.53
Hex 85 AA 63 16 0 2A 21 5B 1D 35
Octal 205 252 143 26 0 52 41 133 35 65
Binary 10000101 10101010 1100011 10110 0 101010 100001 1011011 11101 110101

Color Harmonies of #85AA63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AA63

Black with #85AA63

Text Example


Text Example

White with #85AA63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85AA63; }

 p { color: rgb(133,170,99); }

 H1.HeaderClassName
 {
   color: #85AA63;
 }
 .AnyTagClassName
 {
   color: #85AA63;
 }
</style>

background-color css

<style>
 a { background-color: #85AA63; }

 a { background-color: rgb(133,170,99); }

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

border-color css

<style>
 span { border-color: #85AA63; }

 span { border-color: rgb(133,170,99); }

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