#91AF33

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

Shades of Limerick #91AF33

Tints of Limerick #91AF33

Color information

#91AF33 (or 0x91AF33) is unknown color: approx Limerick. HEX triplet: 91, AF and 33. RGB value is (145,175,51). Sum of RGB (Red+Green+Blue) = 145+175+51=371 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.08% from 371); Green value is 175 (68.75% from 255 or 47.17% from 371); Blue value is 51 (20.31% from 255 or 13.75% from 371); Max value from RGB is 175 - color contains mainly: green. Hex color #91AF33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91AF33 is #6E50CC. Grayscale: #989898. Windows color (decimal): -7229645 or 3387281. OLE color: 3387281.

HSL color Cylindrical-coordinate representation of color #91AF33: hue angle of 74.52º 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 #91AF33 is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB14517551-
CMYK0.1700.710.31
HSL74.52º54.87%44.31%-
HSV(B)74.52º70.86%68.63%-
XYZ27.636.928.8-
YUV151.8971.06123.08-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.08%
GREEN value IS 175 (68.75% from 255) = 47.17%
BLUE value IS 51 (20.31% from 255) = 13.75%
R=39.08%
G=47.17%
B=13.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal145175510.1700.710.3174.5254.8744.31
Hex91AF33110471F4b372c
Octal22125763210107371136754
Binary10010001101011111100111000101000111111111001011110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91AF33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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