#99B92D

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

Shades of Limerick #99B92D

Tints of Limerick #99B92D

Color information

#99B92D (or 0x99B92D) is unknown color: approx Limerick. HEX triplet: 99, B9 and 2D. RGB value is (153,185,45). Sum of RGB (Red+Green+Blue) = 153+185+45=383 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.95% from 383); Green value is 185 (72.66% from 255 or 48.30% from 383); Blue value is 45 (17.97% from 255 or 11.75% from 383); Max value from RGB is 185 - color contains mainly: green. Hex color #99B92D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99B92D is #6646D2. Grayscale: #9F9F9F. Windows color (decimal): -6702803 or 2996633. OLE color: 2996633.

HSL color Cylindrical-coordinate representation of color #99B92D: hue angle of 73.71º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #99B92D is Cyan = 0.17, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB15318545-
CMYK0.1700.760.27
HSL73.71º60.87%45.1%-
HSV(B)73.71º75.68%72.55%-
XYZ30.9641.668.89-
YUV159.4763.4123.38-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.95%
GREEN value IS 185 (72.66% from 255) = 48.30%
BLUE value IS 45 (17.97% from 255) = 11.75%
R=39.95%
G=48.30%
B=11.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal153185450.1700.760.2773.7160.8745.1
Hex99B92D1104C1B4a3d2d
Octal23127155210114331127555
Binary10011001101110011011011000101001100110111001010111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B92D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,185,45); }

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

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

 a { background-color: rgb(153,185,45); }

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

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

 span { border-color: rgb(153,185,45); }

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