Html Css Color HEX #92B52F Limerick

📋 copy color: '#92B52F'

red 146 ◦ green 181 ◦ blue 47

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

Shades of Limerick #92B52F

Tints of Limerick #92B52F

RGB

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

 GREEN value IS 181 (71.09% from 255) = 48.4%

 BLUE value IS 47 (18.75% from 255) = 12.57%

R = 39.04%
G = 48.4%
B = 12.57%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#92B52F (or 0x92B52F) is known color: Limerick. HEX triplet: 92, B5 and 2F. RGB value is (146,181,47). Sum of RGB (Red+Green+Blue) = 146+181+47=374 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.04% from 374); Green value is 181 (71.09% from 255 or 48.40% from 374); Blue value is 47 (18.75% from 255 or 12.57% from 374); Max value from RGB is 181 - color contains mainly: green. Hex color #92B52F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92B52F is #6D4AD0. Grayscale: #9B9B9B. Windows color (decimal): -7162577 or 3126674. OLE color: 3126674.

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

Color convert

RGB 146 181 47 -
CMYK 0.19 0 0.74 0.29
HSL 75.67º 0.59% 0.45% -
HSV(B) 75.67º 0.74% 0.71% -
XYZ 28.89 39.36 8.76 -
YUV 155.26 66.9 121.4 -
System Red Green Blue C M Y K H S L
Decimal 146 181 47 0.19 0 0.74 0.29 75.67 0.59 0.45
Hex 92 B5 2F 13 0 4A 1D 4C 3B 2D
Octal 222 265 57 23 0 112 35 114 73 55
Binary 10010010 10110101 101111 10011 0 1001010 11101 1001100 111011 101101

Color Harmonies of #92B52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92B52F

Black with #92B52F

Text Example


Text Example

White with #92B52F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,181,47); }

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

background-color css

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

 a { background-color: rgb(146,181,47); }

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

border-color css

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

 span { border-color: rgb(146,181,47); }

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