#85AF48

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

Shades of Chelsea Cucumber #85AF48

Tints of Chelsea Cucumber #85AF48

Color information

#85AF48 (or 0x85AF48) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, AF and 48. RGB value is (133,175,72). Sum of RGB (Red+Green+Blue) = 133+175+72=380 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35% from 380); Green value is 175 (68.75% from 255 or 46.05% from 380); Blue value is 72 (28.52% from 255 or 18.95% from 380); Max value from RGB is 175 - color contains mainly: green. Hex color #85AF48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85AF48 is #7A50B7. Grayscale: #979797. Windows color (decimal): -8016056 or 4763525. OLE color: 4763525.

HSL color Cylindrical-coordinate representation of color #85AF48: hue angle of 84.47º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #85AF48 is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB13317572-
CMYK0.2400.590.31
HSL84.47º41.7%48.43%-
HSV(B)84.47º58.86%68.63%-
XYZ26.1736.1111.72-
YUV150.783.59115.38-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35%
GREEN value IS 175 (68.75% from 255) = 46.05%
BLUE value IS 72 (28.52% from 255) = 18.95%
R=35%
G=46.05%
B=18.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal133175720.2400.590.3184.4741.748.43
Hex85AF481803B1F542a30
Octal20525711030073371245260
Binary10000101101011111001000110000111011111111010100101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AF48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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