#92B51F

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

Shades of Limerick #92B51F

Tints of Limerick #92B51F

Color information

#92B51F (or 0x92B51F) is unknown color: approx Limerick. HEX triplet: 92, B5 and 1F. RGB value is (146,181,31). Sum of RGB (Red+Green+Blue) = 146+181+31=358 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.78% from 358); Green value is 181 (71.09% from 255 or 50.56% from 358); Blue value is 31 (12.5% from 255 or 8.66% from 358); Max value from RGB is 181 - color contains mainly: green. Hex color #92B51F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92B51F is #6D4AE0. Grayscale: #999999. Windows color (decimal): -7162593 or 2078098. OLE color: 2078098.

HSL color Cylindrical-coordinate representation of color #92B51F: hue angle of 74º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #92B51F is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB14618131-
CMYK0.1900.830.29
HSL74º70.75%41.57%-
HSV(B)74º82.87%70.98%-
XYZ28.6339.267.37-
YUV153.4458.9122.7-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.78%
GREEN value IS 181 (71.09% from 255) = 50.56%
BLUE value IS 31 (12.5% from 255) = 8.66%
R=40.78%
G=50.56%
B=8.66%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal146181310.1900.830.297470.7541.57
Hex92B51F130531D4a472a
Octal222265372301233511210752
Binary10010010101101011111110011010100111110110010101000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B51F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,181,31); }

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

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

 a { background-color: rgb(146,181,31); }

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

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

 span { border-color: rgb(146,181,31); }

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