Html Css Color HEX #85AE63 Chelsea Cucumber

📋 copy color: '#85AE63'

red 133 ◦ green 174 ◦ blue 99

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

Shades of Chelsea Cucumber #85AE63

Tints of Chelsea Cucumber #85AE63

RGB

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

 GREEN value IS 174 (68.36% from 255) = 42.86%

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

R = 32.76%
G = 42.86%
B = 24.38%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#85AE63 (or 0x85AE63) is known color: Chelsea Cucumber. HEX triplet: 85, AE and 63. RGB value is (133,174,99). Sum of RGB (Red+Green+Blue) = 133+174+99=406 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.76% from 406); Green value is 174 (68.36% from 255 or 42.86% from 406); Blue value is 99 (39.06% from 255 or 24.38% from 406); Max value from RGB is 174 - color contains mainly: green. Hex color #85AE63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AE63 is #7A519C. Grayscale: #999999. Windows color (decimal): -8016285 or 6532741. OLE color: 6532741.

HSL color Cylindrical-coordinate representation of color #85AE63: hue angle of 92.8º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85AE63 is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.32.

Color convert

RGB 133 174 99 -
CMYK 0.24 0 0.43 0.32
HSL 92.8º 0.32% 0.54% -
HSV(B) 92.8º 0.43% 0.68% -
XYZ 27.06 36.16 17.36 -
YUV 153.19 97.42 113.6 -
System Red Green Blue C M Y K H S L
Decimal 133 174 99 0.24 0 0.43 0.32 92.8 0.32 0.54
Hex 85 AE 63 18 0 2B 20 5D 20 36
Octal 205 256 143 30 0 53 40 135 40 66
Binary 10000101 10101110 1100011 11000 0 101011 100000 1011101 100000 110110

Color Harmonies of #85AE63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AE63

Black with #85AE63

Text Example


Text Example

White with #85AE63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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