#92B631

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

Shades of Limerick #92B631

Tints of Limerick #92B631

Color information

#92B631 (or 0x92B631) is unknown color: approx Limerick. HEX triplet: 92, B6 and 31. RGB value is (146,182,49). Sum of RGB (Red+Green+Blue) = 146+182+49=377 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.73% from 377); Green value is 182 (71.48% from 255 or 48.28% from 377); Blue value is 49 (19.53% from 255 or 13.00% from 377); Max value from RGB is 182 - color contains mainly: green. Hex color #92B631 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92B631 is #6D49CE. Grayscale: #9C9C9C. Windows color (decimal): -7162319 or 3258002. OLE color: 3258002.

HSL color Cylindrical-coordinate representation of color #92B631: hue angle of 76.24º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #92B631 is Cyan = 0.20, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB14618249-
CMYK0.2000.730.29
HSL76.24º57.58%45.29%-
HSV(B)76.24º73.08%71.37%-
XYZ29.1439.799.05-
YUV156.0767.57120.81-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.73%
GREEN value IS 182 (71.48% from 255) = 48.28%
BLUE value IS 49 (19.53% from 255) = 13.00%
R=38.73%
G=48.28%
B=13.00%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal146182490.2000.730.2976.2457.5845.29
Hex92B631140491D4c3a2d
Octal22226661240111351147255
Binary10010010101101101100011010001001001111011001100111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,182,49); }

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

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

 a { background-color: rgb(146,182,49); }

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

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

 span { border-color: rgb(146,182,49); }

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