Html Css Color HEX #92A825 Limerick

📋 copy color: '#92A825'

red 146 ◦ green 168 ◦ blue 37

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

Shades of Limerick #92A825

Tints of Limerick #92A825

RGB

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

 GREEN value IS 168 (66.02% from 255) = 47.86%

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

R = 41.6%
G = 47.86%
B = 10.54%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.78

 K value IS 0.34

RGB Variations

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

Color information

#92A825 (or 0x92A825) is known color: Limerick. HEX triplet: 92, A8 and 25. RGB value is (146,168,37). Sum of RGB (Red+Green+Blue) = 146+168+37=351 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.60% from 351); Green value is 168 (66.02% from 255 or 47.86% from 351); Blue value is 37 (14.84% from 255 or 10.54% from 351); Max value from RGB is 168 - color contains mainly: green. Hex color #92A825 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92A825 is #6D57DA. Grayscale: #929292. Windows color (decimal): -7165915 or 2467986. OLE color: 2467986.

HSL color Cylindrical-coordinate representation of color #92A825: hue angle of 70.08º 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 #92A825 is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.34.

Color convert

RGB 146 168 37 -
CMYK 0.13 0 0.78 0.34
HSL 70.08º 0.64% 0.4% -
HSV(B) 70.08º 0.78% 0.66% -
XYZ 26.19 34.25 6.98 -
YUV 146.49 66.21 127.65 -
System Red Green Blue C M Y K H S L
Decimal 146 168 37 0.13 0 0.78 0.34 70.08 0.64 0.4
Hex 92 A8 25 D 0 4E 22 46 40 28
Octal 222 250 45 15 0 116 42 106 100 50
Binary 10010010 10101000 100101 1101 0 1001110 100010 1000110 1000000 101000

Color Harmonies of #92A825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92A825

Black with #92A825

Text Example


Text Example

White with #92A825

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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