#92B435

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

Shades of Limerick #92B435

Tints of Limerick #92B435

Color information

#92B435 (or 0x92B435) is unknown color: approx Limerick. HEX triplet: 92, B4 and 35. RGB value is (146,180,53). Sum of RGB (Red+Green+Blue) = 146+180+53=379 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.52% from 379); Green value is 180 (70.70% from 255 or 47.49% from 379); Blue value is 53 (21.09% from 255 or 13.98% from 379); Max value from RGB is 180 - color contains mainly: green. Hex color #92B435 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92B435 is #6D4BCA. Grayscale: #9B9B9B. Windows color (decimal): -7162827 or 3519634. OLE color: 3519634.

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

Color convert

RGB14618053-
CMYK0.1900.710.29
HSL76.06º54.51%45.69%-
HSV(B)76.06º70.56%70.59%-
XYZ28.8239.019.38-
YUV155.3670.24121.33-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.52%
GREEN value IS 180 (70.70% from 255) = 47.49%
BLUE value IS 53 (21.09% from 255) = 13.98%
R=38.52%
G=47.49%
B=13.98%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal146180530.1900.710.2976.0654.5145.69
Hex92B435130471D4c372e
Octal22226465230107351146756
Binary10010010101101001101011001101000111111011001100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,180,53); }

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

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

 a { background-color: rgb(146,180,53); }

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

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

 span { border-color: rgb(146,180,53); }

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