Html Css Color HEX #92AF19 Limerick

📋 copy color: '#92AF19'

red 146 ◦ green 175 ◦ blue 25

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

Shades of Limerick #92AF19

Tints of Limerick #92AF19

RGB

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

 GREEN value IS 175 (68.75% from 255) = 50.58%

 BLUE value IS 25 (10.16% from 255) = 7.23%

R = 42.2%
G = 50.58%
B = 7.23%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#92AF19 (or 0x92AF19) is known color: Limerick. HEX triplet: 92, AF and 19. RGB value is (146,175,25). Sum of RGB (Red+Green+Blue) = 146+175+25=346 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.20% from 346); Green value is 175 (68.75% from 255 or 50.58% from 346); Blue value is 25 (10.16% from 255 or 7.23% from 346); Max value from RGB is 175 - color contains mainly: green. Hex color #92AF19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #92AF19 is #6D50E6. Grayscale: #959595. Windows color (decimal): -7164135 or 1683346. OLE color: 1683346.

HSL color Cylindrical-coordinate representation of color #92AF19: hue angle of 71.6º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #92AF19 is Cyan = 0.17, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB 146 175 25 -
CMYK 0.17 0 0.86 0.31
HSL 71.6º 0.75% 0.39% -
HSV(B) 71.6º 0.86% 0.69% -
XYZ 27.36 36.84 6.59 -
YUV 149.23 57.89 125.7 -
System Red Green Blue C M Y K H S L
Decimal 146 175 25 0.17 0 0.86 0.31 71.6 0.75 0.39
Hex 92 AF 19 11 0 56 1F 48 4B 27
Octal 222 257 31 21 0 126 37 110 113 47
Binary 10010010 10101111 11001 10001 0 1010110 11111 1001000 1001011 100111

Color Harmonies of #92AF19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92AF19

Black with #92AF19

Text Example


Text Example

White with #92AF19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,175,25); }

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

background-color css

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

 a { background-color: rgb(146,175,25); }

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

border-color css

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

 span { border-color: rgb(146,175,25); }

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