Html Css Color HEX #92AF41 Limerick

📋 copy color: '#92AF41'

red 146 ◦ green 175 ◦ blue 65

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

Shades of Limerick #92AF41

Tints of Limerick #92AF41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.84%

R = 37.82%
G = 45.34%
B = 16.84%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#92AF41 (or 0x92AF41) is known color: Limerick. HEX triplet: 92, AF and 41. RGB value is (146,175,65). Sum of RGB (Red+Green+Blue) = 146+175+65=386 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.82% from 386); Green value is 175 (68.75% from 255 or 45.34% from 386); Blue value is 65 (25.78% from 255 or 16.84% from 386); Max value from RGB is 175 - color contains mainly: green. Hex color #92AF41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92AF41 is #6D50BE. Grayscale: #9A9A9A. Windows color (decimal): -7164095 or 4304786. OLE color: 4304786.

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

Color convert

RGB 146 175 65 -
CMYK 0.17 0 0.63 0.31
HSL 75.82º 0.46% 0.47% -
HSV(B) 75.82º 0.63% 0.69% -
XYZ 28.14 37.15 10.69 -
YUV 153.79 77.89 122.44 -
System Red Green Blue C M Y K H S L
Decimal 146 175 65 0.17 0 0.63 0.31 75.82 0.46 0.47
Hex 92 AF 41 11 0 3F 1F 4C 2E 2F
Octal 222 257 101 21 0 77 37 114 56 57
Binary 10010010 10101111 1000001 10001 0 111111 11111 1001100 101110 101111

Color Harmonies of #92AF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92AF41

Black with #92AF41

Text Example


Text Example

White with #92AF41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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