Html Css Color HEX #92A925 Limerick

📋 copy color: '#92A925'

red 146 ◦ green 169 ◦ blue 37

#92A925
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limerick #92A925

Tints of Limerick #92A925

RGB

 RED value IS 146 (57.42% from 255) = 41.48%

 GREEN value IS 169 (66.41% from 255) = 48.01%

 BLUE value IS 37 (14.84% from 255) = 10.51%

R = 41.48%
G = 48.01%
B = 10.51%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.78

 K value IS 0.34

RGB Variations

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

Color information

#92A925 (or 0x92A925) is known color: Limerick. HEX triplet: 92, A9 and 25. RGB value is (146,169,37). Sum of RGB (Red+Green+Blue) = 146+169+37=352 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.48% from 352); Green value is 169 (66.41% from 255 or 48.01% from 352); Blue value is 37 (14.84% from 255 or 10.51% from 352); Max value from RGB is 169 - color contains mainly: green. Hex color #92A925 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92A925 is #6D56DA. Grayscale: #939393. Windows color (decimal): -7165659 or 2468242. OLE color: 2468242.

HSL color Cylindrical-coordinate representation of color #92A925: hue angle of 70.45º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #92A925 is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.34.

Color convert

RGB 146 169 37 -
CMYK 0.14 0 0.78 0.34
HSL 70.45º 0.64% 0.4% -
HSV(B) 70.45º 0.78% 0.66% -
XYZ 26.38 34.62 7.04 -
YUV 147.08 65.88 127.23 -
System Red Green Blue C M Y K H S L
Decimal 146 169 37 0.14 0 0.78 0.34 70.45 0.64 0.4
Hex 92 A9 25 E 0 4E 22 46 40 28
Octal 222 251 45 16 0 116 42 106 100 50
Binary 10010010 10101001 100101 1110 0 1001110 100010 1000110 1000000 101000

Color Harmonies of #92A925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92A925

Black with #92A925

Text Example


Text Example

White with #92A925

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,169,37); }

 H1.HeaderClassName
 {
   color: #92A925;
 }
 .AnyTagClassName
 {
   color: #92A925;
 }
</style>

background-color css

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

 a { background-color: rgb(146,169,37); }

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

border-color css

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

 span { border-color: rgb(146,169,37); }

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