Html Css Color HEX #85AD65 Chelsea Cucumber

📋 copy color: '#85AD65'

red 133 ◦ green 173 ◦ blue 101

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

Shades of Chelsea Cucumber #85AD65

Tints of Chelsea Cucumber #85AD65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 24.82%

R = 32.68%
G = 42.51%
B = 24.82%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#85AD65 (or 0x85AD65) is known color: Chelsea Cucumber. HEX triplet: 85, AD and 65. RGB value is (133,173,101). Sum of RGB (Red+Green+Blue) = 133+173+101=407 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.68% from 407); Green value is 173 (67.97% from 255 or 42.51% from 407); Blue value is 101 (39.84% from 255 or 24.82% from 407); Max value from RGB is 173 - color contains mainly: green. Hex color #85AD65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AD65 is #7A529A. Grayscale: #999999. Windows color (decimal): -8016539 or 6663557. OLE color: 6663557.

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

Color convert

RGB 133 173 101 -
CMYK 0.23 0 0.42 0.32
HSL 93.33º 0.31% 0.54% -
HSV(B) 93.33º 0.42% 0.68% -
XYZ 26.97 35.81 17.8 -
YUV 152.83 98.75 113.85 -
System Red Green Blue C M Y K H S L
Decimal 133 173 101 0.23 0 0.42 0.32 93.33 0.31 0.54
Hex 85 AD 65 17 0 2A 20 5D 1F 36
Octal 205 255 145 27 0 52 40 135 37 66
Binary 10000101 10101101 1100101 10111 0 101010 100000 1011101 11111 110110

Color Harmonies of #85AD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AD65

Black with #85AD65

Text Example


Text Example

White with #85AD65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,173,101); }

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

background-color css

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

 a { background-color: rgb(133,173,101); }

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

border-color css

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

 span { border-color: rgb(133,173,101); }

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