#99B322

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

Shades of Limerick #99B322

Tints of Limerick #99B322

Color information

#99B322 (or 0x99B322) is unknown color: approx Limerick. HEX triplet: 99, B3 and 22. RGB value is (153,179,34). Sum of RGB (Red+Green+Blue) = 153+179+34=366 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.80% from 366); Green value is 179 (70.31% from 255 or 48.91% from 366); Blue value is 34 (13.67% from 255 or 9.29% from 366); Max value from RGB is 179 - color contains mainly: green. Hex color #99B322 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99B322 is #664CDD. Grayscale: #9B9B9B. Windows color (decimal): -6704350 or 2274201. OLE color: 2274201.

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

Color convert

RGB15317934-
CMYK0.1500.810.30
HSL70.76º68.08%41.76%-
HSV(B)70.76º81.01%70.2%-
XYZ29.5539.137.51-
YUV154.759.89126.79-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.80%
GREEN value IS 179 (70.31% from 255) = 48.91%
BLUE value IS 34 (13.67% from 255) = 9.29%
R=41.80%
G=48.91%
B=9.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal153179340.1500.810.3070.7668.0841.76
Hex99B322F0511E47442a
Octal231263421701213610710452
Binary10011001101100111000101111010100011111010001111000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,179,34); }

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

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

 a { background-color: rgb(153,179,34); }

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

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

 span { border-color: rgb(153,179,34); }

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