#85A248

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

Shades of Chelsea Cucumber #85A248

Tints of Chelsea Cucumber #85A248

Color information

#85A248 (or 0x85A248) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, A2 and 48. RGB value is (133,162,72). Sum of RGB (Red+Green+Blue) = 133+162+72=367 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.24% from 367); Green value is 162 (63.67% from 255 or 44.14% from 367); Blue value is 72 (28.52% from 255 or 19.62% from 367); Max value from RGB is 162 - color contains mainly: green. Hex color #85A248 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A248 is #7A5DB7. Grayscale: #8F8F8F. Windows color (decimal): -8019384 or 4760197. OLE color: 4760197.

HSL color Cylindrical-coordinate representation of color #85A248: hue angle of 79.33º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #85A248 is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB13316272-
CMYK0.1800.560.36
HSL79.33º38.46%45.88%-
HSV(B)79.33º55.56%63.53%-
XYZ23.7631.310.92-
YUV143.0787.89120.82-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.24%
GREEN value IS 162 (63.67% from 255) = 44.14%
BLUE value IS 72 (28.52% from 255) = 19.62%
R=36.24%
G=44.14%
B=19.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal133162720.1800.560.3679.3338.4645.88
Hex85A24812038244f262e
Octal20524211022070441174656
Binary100001011010001010010001001001110001001001001111100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,162,72); }

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

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

 a { background-color: rgb(133,162,72); }

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

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

 span { border-color: rgb(133,162,72); }

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