#92B33A

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

Shades of Limerick #92B33A

Tints of Limerick #92B33A

Color information

#92B33A (or 0x92B33A) is unknown color: approx Limerick. HEX triplet: 92, B3 and 3A. RGB value is (146,179,58). Sum of RGB (Red+Green+Blue) = 146+179+58=383 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.12% from 383); Green value is 179 (70.31% from 255 or 46.74% from 383); Blue value is 58 (23.05% from 255 or 15.14% from 383); Max value from RGB is 179 - color contains mainly: green. Hex color #92B33A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92B33A is #6D4CC5. Grayscale: #9B9B9B. Windows color (decimal): -7163078 or 3847058. OLE color: 3847058.

HSL color Cylindrical-coordinate representation of color #92B33A: hue angle of 76.36º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #92B33A is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.30.

Color convert

RGB14617958-
CMYK0.1800.680.30
HSL76.36º51.05%46.47%-
HSV(B)76.36º67.6%70.2%-
XYZ28.7438.669.95-
YUV155.3473.07121.34-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.12%
GREEN value IS 179 (70.31% from 255) = 46.74%
BLUE value IS 58 (23.05% from 255) = 15.14%
R=38.12%
G=46.74%
B=15.14%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal146179580.1800.680.3076.3651.0546.47
Hex92B33A120441E4c332e
Octal22226372220104361146356
Binary10010010101100111110101001001000100111101001100110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B33A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,179,58); }

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

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

 a { background-color: rgb(146,179,58); }

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

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

 span { border-color: rgb(146,179,58); }

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