#92A838

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

Shades of Limerick #92A838

Tints of Limerick #92A838

Color information

#92A838 (or 0x92A838) is unknown color: approx Limerick. HEX triplet: 92, A8 and 38. RGB value is (146,168,56). Sum of RGB (Red+Green+Blue) = 146+168+56=370 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.46% from 370); Green value is 168 (66.02% from 255 or 45.41% from 370); Blue value is 56 (22.27% from 255 or 15.14% from 370); Max value from RGB is 168 - color contains mainly: green. Hex color #92A838 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92A838 is #6D57C7. Grayscale: #959595. Windows color (decimal): -7165896 or 3713170. OLE color: 3713170.

HSL color Cylindrical-coordinate representation of color #92A838: hue angle of 71.79º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #92A838 is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.34.

Color convert

RGB14616856-
CMYK0.1300.670.34
HSL71.79º50%43.92%-
HSV(B)71.79º66.67%65.88%-
XYZ26.5734.48.98-
YUV148.6575.71126.11-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.46%
GREEN value IS 168 (66.02% from 255) = 45.41%
BLUE value IS 56 (22.27% from 255) = 15.14%
R=39.46%
G=45.41%
B=15.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal146168560.1300.670.3471.795043.92
Hex92A838D0432248322c
Octal22225070150103421106254
Binary10010010101010001110001101010000111000101001000110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,168,56); }

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

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

 a { background-color: rgb(146,168,56); }

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

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

 span { border-color: rgb(146,168,56); }

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