#85AF33

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

Shades of Limerick #85AF33

Tints of Limerick #85AF33

Color information

#85AF33 (or 0x85AF33) is unknown color: approx Limerick. HEX triplet: 85, AF and 33. RGB value is (133,175,51). Sum of RGB (Red+Green+Blue) = 133+175+51=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 175 (68.75% from 255 or 48.75% from 359); Blue value is 51 (20.31% from 255 or 14.21% from 359); Max value from RGB is 175 - color contains mainly: green. Hex color #85AF33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85AF33 is #7A50CC. Grayscale: #949494. Windows color (decimal): -8016077 or 3387269. OLE color: 3387269.

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

Color convert

RGB13317551-
CMYK0.2400.710.31
HSL80.32º54.87%44.31%-
HSV(B)80.32º70.86%68.63%-
XYZ25.635.898.71-
YUV148.3173.09117.08-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.05%
GREEN value IS 175 (68.75% from 255) = 48.75%
BLUE value IS 51 (20.31% from 255) = 14.21%
R=37.05%
G=48.75%
B=14.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal133175510.2400.710.3180.3254.8744.31
Hex85AF33180471F50372c
Octal20525763300107371206754
Binary10000101101011111100111100001000111111111010000110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AF33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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