#92b71b

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

Shades of Limerick #92B71B

Tints of Limerick #92B71B

Color information

#92B71B (or 0x92B71B) is unknown color: approx Limerick. HEX triplet: 92, B7 and 1B. RGB value is (146,183,27). Sum of RGB (Red+Green+Blue) = 146+183+27=356 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.01% from 356); Green value is 183 (71.88% from 255 or 51.40% from 356); Blue value is 27 (10.94% from 255 or 7.58% from 356); Max value from RGB is 183 - color contains mainly: green. Hex color #92B71B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92B71B is #6D48E4. Grayscale: #9A9A9A. Windows color (decimal): -7162085 or 1816466. OLE color: 1816466.

HSL color Cylindrical-coordinate representation of color #92B71B: hue angle of 74.23º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #92B71B is Cyan = 0.20, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB14618327-
CMYK0.2000.850.28
HSL74.23º74.29%41.18%-
HSV(B)74.23º85.25%71.76%-
XYZ28.9940.067.24-
YUV154.1556.24122.18-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.01%
GREEN value IS 183 (71.88% from 255) = 51.40%
BLUE value IS 27 (10.94% from 255) = 7.58%
R=41.01%
G=51.40%
B=7.58%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal146183270.2000.850.2874.2374.2941.18
Hex92B71B140551C4a4a29
Octal222267332401253411211251
Binary10010010101101111101110100010101011110010010101001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92b71b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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