#99A63D

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

Shades of Limerick #99A63D

Tints of Limerick #99A63D

Color information

#99A63D (or 0x99A63D) is unknown color: approx Limerick. HEX triplet: 99, A6 and 3D. RGB value is (153,166,61). Sum of RGB (Red+Green+Blue) = 153+166+61=380 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.26% from 380); Green value is 166 (65.23% from 255 or 43.68% from 380); Blue value is 61 (24.22% from 255 or 16.05% from 380); Max value from RGB is 166 - color contains mainly: green. Hex color #99A63D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99A63D is #6659C2. Grayscale: #969696. Windows color (decimal): -6707651 or 4040345. OLE color: 4040345.

HSL color Cylindrical-coordinate representation of color #99A63D: hue angle of 67.43º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #99A63D is Cyan = 0.08, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB15316661-
CMYK0.0800.630.35
HSL67.43º46.26%44.51%-
HSV(B)67.43º63.25%65.1%-
XYZ27.6234.389.6-
YUV150.1477.69130.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.26%
GREEN value IS 166 (65.23% from 255) = 43.68%
BLUE value IS 61 (24.22% from 255) = 16.05%
R=40.26%
G=43.68%
B=16.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal153166610.0800.630.3567.4346.2644.51
Hex99A63D803F23432e2d
Octal2312467510077431035655
Binary1001100110100110111101100001111111000111000011101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A63D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,166,61); }

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

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

 a { background-color: rgb(153,166,61); }

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

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

 span { border-color: rgb(153,166,61); }

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