#85AB4D

Color #85AB4D Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #85AB4D

Tints of Chelsea Cucumber #85AB4D

Color information

#85AB4D (or 0x85AB4D) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, AB and 4D. RGB value is (133,171,77). Sum of RGB (Red+Green+Blue) = 133+171+77=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 171 (67.19% from 255 or 44.88% from 381); Blue value is 77 (30.47% from 255 or 20.21% from 381); Max value from RGB is 171 - color contains mainly: green. Hex color #85AB4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AB4D is #7A54B2. Grayscale: #959595. Windows color (decimal): -8017075 or 5090181. OLE color: 5090181.

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

Color convert

RGB13317177-
CMYK0.2200.550.33
HSL84.26º37.9%48.63%-
HSV(B)84.26º54.97%67.06%-
XYZ25.5834.6512.36-
YUV148.9287.41116.64-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.91%
GREEN value IS 171 (67.19% from 255) = 44.88%
BLUE value IS 77 (30.47% from 255) = 20.21%
R=34.91%
G=44.88%
B=20.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal133171770.2200.550.3384.2637.948.63
Hex85AB4D1603721542631
Octal20525311526067411244661
Binary100001011010101110011011011001101111000011010100100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AB4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,171,77); }

 H1.HeaderClassName
 {
   color: #85AB4D;
 }
 .AnyTagClassName
 {
   color: #85AB4D;
 }
</style>
background-color css

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

 a { background-color: rgb(133,171,77); }

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

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

 span { border-color: rgb(133,171,77); }

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