#92B71E

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

Shades of Limerick #92B71E

Tints of Limerick #92B71E

Color information

#92B71E (or 0x92B71E) is unknown color: approx Limerick. HEX triplet: 92, B7 and 1E. RGB value is (146,183,30). Sum of RGB (Red+Green+Blue) = 146+183+30=359 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.67% from 359); Green value is 183 (71.88% from 255 or 50.97% from 359); Blue value is 30 (12.11% from 255 or 8.36% from 359); Max value from RGB is 183 - color contains mainly: green. Hex color #92B71E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92B71E is #6D48E1. Grayscale: #9B9B9B. Windows color (decimal): -7162082 or 2013074. OLE color: 2013074.

HSL color Cylindrical-coordinate representation of color #92B71E: hue angle of 74.51º degrees, saturation: 0.72, 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 #92B71E is Cyan = 0.20, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB14618330-
CMYK0.2000.840.28
HSL74.51º71.83%41.76%-
HSV(B)74.51º83.61%71.76%-
XYZ29.0240.077.43-
YUV154.4957.74121.94-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.67%
GREEN value IS 183 (71.88% from 255) = 50.97%
BLUE value IS 30 (12.11% from 255) = 8.36%
R=40.67%
G=50.97%
B=8.36%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal146183300.2000.840.2874.5171.8341.76
Hex92B71E140541C4b482a
Octal222267362401243411311052
Binary10010010101101111111010100010101001110010010111001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B71E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,183,30); }

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

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

 a { background-color: rgb(146,183,30); }

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

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

 span { border-color: rgb(146,183,30); }

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