#92B81D

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

Shades of Limerick #92B81D

Tints of Limerick #92B81D

Color information

#92B81D (or 0x92B81D) is unknown color: approx Limerick. HEX triplet: 92, B8 and 1D. RGB value is (146,184,29). Sum of RGB (Red+Green+Blue) = 146+184+29=359 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.67% from 359); Green value is 184 (72.27% from 255 or 51.25% from 359); Blue value is 29 (11.72% from 255 or 8.08% from 359); Max value from RGB is 184 - color contains mainly: green. Hex color #92B81D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92B81D is #6D47E2. Grayscale: #9B9B9B. Windows color (decimal): -7161827 or 1947794. OLE color: 1947794.

HSL color Cylindrical-coordinate representation of color #92B81D: hue angle of 74.71º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #92B81D is Cyan = 0.21, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB14618429-
CMYK0.2100.840.28
HSL74.71º72.77%41.76%-
HSV(B)74.71º84.24%72.16%-
XYZ29.2240.487.44-
YUV154.9756.91121.6-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.67%
GREEN value IS 184 (72.27% from 255) = 51.25%
BLUE value IS 29 (11.72% from 255) = 8.08%
R=40.67%
G=51.25%
B=8.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal146184290.2100.840.2874.7172.7741.76
Hex92B81D150541C4b492a
Octal222270352501243411311152
Binary10010010101110001110110101010101001110010010111001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B81D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92B81D; }

 p { color: rgb(146,184,29); }

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

<style>
 a { background-color: #92B81D; }

 a { background-color: rgb(146,184,29); }

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

<style>
 span { border-color: #92B81D; }

 span { border-color: rgb(146,184,29); }

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