#85AB49

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

Shades of Chelsea Cucumber #85AB49

Tints of Chelsea Cucumber #85AB49

Color information

#85AB49 (or 0x85AB49) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, AB and 49. RGB value is (133,171,73). Sum of RGB (Red+Green+Blue) = 133+171+73=377 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.28% from 377); Green value is 171 (67.19% from 255 or 45.36% from 377); Blue value is 73 (28.91% from 255 or 19.36% from 377); Max value from RGB is 171 - color contains mainly: green. Hex color #85AB49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85AB49 is #7A54B6. Grayscale: #949494. Windows color (decimal): -8017079 or 4828037. OLE color: 4828037.

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

Color convert

RGB13317173-
CMYK0.2200.570.33
HSL83.27º40.16%47.84%-
HSV(B)83.27º57.31%67.06%-
XYZ25.4434.5911.64-
YUV148.4785.41116.97-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.28%
GREEN value IS 171 (67.19% from 255) = 45.36%
BLUE value IS 73 (28.91% from 255) = 19.36%
R=35.28%
G=45.36%
B=19.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal133171730.2200.570.3383.2740.1647.84
Hex85AB491603921532830
Octal20525311126071411235060
Binary100001011010101110010011011001110011000011010011101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AB49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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