Html Css Color HEX #85AD5F Chelsea Cucumber

📋 copy color: '#85AD5F'

red 133 ◦ green 173 ◦ blue 95

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

Shades of Chelsea Cucumber #85AD5F

Tints of Chelsea Cucumber #85AD5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.69%

R = 33.17%
G = 43.14%
B = 23.69%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#85AD5F (or 0x85AD5F) is known color: Chelsea Cucumber. HEX triplet: 85, AD and 5F. RGB value is (133,173,95). Sum of RGB (Red+Green+Blue) = 133+173+95=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 173 (67.97% from 255 or 43.14% from 401); Blue value is 95 (37.5% from 255 or 23.69% from 401); Max value from RGB is 173 - color contains mainly: green. Hex color #85AD5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AD5F is #7A52A0. Grayscale: #989898. Windows color (decimal): -8016545 or 6270341. OLE color: 6270341.

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

Color convert

RGB 133 173 95 -
CMYK 0.23 0 0.45 0.32
HSL 90.77º 0.32% 0.53% -
HSV(B) 90.77º 0.45% 0.68% -
XYZ 26.68 35.7 16.31 -
YUV 152.15 95.75 114.34 -
System Red Green Blue C M Y K H S L
Decimal 133 173 95 0.23 0 0.45 0.32 90.77 0.32 0.53
Hex 85 AD 5F 17 0 2D 20 5B 20 35
Octal 205 255 137 27 0 55 40 133 40 65
Binary 10000101 10101101 1011111 10111 0 101101 100000 1011011 100000 110101

Color Harmonies of #85AD5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AD5F

Black with #85AD5F

Text Example


Text Example

White with #85AD5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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