#85AB46

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

Shades of Chelsea Cucumber #85AB46

Tints of Chelsea Cucumber #85AB46

Color information

#85AB46 (or 0x85AB46) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, AB and 46. RGB value is (133,171,70). Sum of RGB (Red+Green+Blue) = 133+171+70=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 171 (67.19% from 255 or 45.72% from 374); Blue value is 70 (27.73% from 255 or 18.72% from 374); Max value from RGB is 171 - color contains mainly: green. Hex color #85AB46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85AB46 is #7A54B9. Grayscale: #949494. Windows color (decimal): -8017082 or 4631429. OLE color: 4631429.

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

Color convert

RGB13317170-
CMYK0.2200.590.33
HSL82.57º41.91%47.25%-
HSV(B)82.57º59.06%67.06%-
XYZ25.3434.5511.13-
YUV148.1283.91117.21-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.56%
GREEN value IS 171 (67.19% from 255) = 45.72%
BLUE value IS 70 (27.73% from 255) = 18.72%
R=35.56%
G=45.72%
B=18.72%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal133171700.2200.590.3382.5741.9147.25
Hex85AB461603B21532a2f
Octal20525310626073411235257
Binary100001011010101110001101011001110111000011010011101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AB46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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