#99B225

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

Shades of Limerick #99B225

Tints of Limerick #99B225

Color information

#99B225 (or 0x99B225) is unknown color: approx Limerick. HEX triplet: 99, B2 and 25. RGB value is (153,178,37). Sum of RGB (Red+Green+Blue) = 153+178+37=368 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.58% from 368); Green value is 178 (69.92% from 255 or 48.37% from 368); Blue value is 37 (14.84% from 255 or 10.05% from 368); Max value from RGB is 178 - color contains mainly: green. Hex color #99B225 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99B225 is #664DDA. Grayscale: #9A9A9A. Windows color (decimal): -6704603 or 2470553. OLE color: 2470553.

HSL color Cylindrical-coordinate representation of color #99B225: hue angle of 70.64º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #99B225 is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB15317837-
CMYK0.1400.790.30
HSL70.64º65.58%42.16%-
HSV(B)70.64º79.21%69.8%-
XYZ29.3938.757.68-
YUV154.4561.72126.96-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.58%
GREEN value IS 178 (69.92% from 255) = 48.37%
BLUE value IS 37 (14.84% from 255) = 10.05%
R=41.58%
G=48.37%
B=10.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal153178370.1400.790.3070.6465.5842.16
Hex99B225E04F1E47422a
Octal231262451601173610710252
Binary10011001101100101001011110010011111111010001111000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99B225; }

 p { color: rgb(153,178,37); }

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

<style>
 a { background-color: #99B225; }

 a { background-color: rgb(153,178,37); }

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

<style>
 span { border-color: #99B225; }

 span { border-color: rgb(153,178,37); }

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