Html Css Color HEX #85AC60 Chelsea Cucumber

📋 copy color: '#85AC60'

red 133 ◦ green 172 ◦ blue 96

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

Shades of Chelsea Cucumber #85AC60

Tints of Chelsea Cucumber #85AC60

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.89%

 BLUE value IS 96 (37.89% from 255) = 23.94%

R = 33.17%
G = 42.89%
B = 23.94%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#85AC60 (or 0x85AC60) is known color: Chelsea Cucumber. HEX triplet: 85, AC and 60. RGB value is (133,172,96). Sum of RGB (Red+Green+Blue) = 133+172+96=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 172 (67.58% from 255 or 42.89% from 401); Blue value is 96 (37.89% from 255 or 23.94% from 401); Max value from RGB is 172 - color contains mainly: green. Hex color #85AC60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AC60 is #7A539F. Grayscale: #979797. Windows color (decimal): -8016800 or 6335621. OLE color: 6335621.

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

Color convert

RGB 133 172 96 -
CMYK 0.23 0 0.44 0.33
HSL 90.79º 0.31% 0.53% -
HSV(B) 90.79º 0.44% 0.67% -
XYZ 26.54 35.34 16.49 -
YUV 151.68 96.58 114.68 -
System Red Green Blue C M Y K H S L
Decimal 133 172 96 0.23 0 0.44 0.33 90.79 0.31 0.53
Hex 85 AC 60 17 0 2C 21 5B 1F 35
Octal 205 254 140 27 0 54 41 133 37 65
Binary 10000101 10101100 1100000 10111 0 101100 100001 1011011 11111 110101

Color Harmonies of #85AC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AC60

Black with #85AC60

Text Example


Text Example

White with #85AC60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,172,96); }

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

background-color css

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

 a { background-color: rgb(133,172,96); }

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

border-color css

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

 span { border-color: rgb(133,172,96); }

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