Html Css Color HEX #92BC1F Limerick

📋 copy color: '#92BC1F'

red 146 ◦ green 188 ◦ blue 31

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

Shades of Limerick #92BC1F

Tints of Limerick #92BC1F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 51.51%

 BLUE value IS 31 (12.5% from 255) = 8.49%

R = 40%
G = 51.51%
B = 8.49%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#92BC1F (or 0x92BC1F) is known color: Limerick. HEX triplet: 92, BC and 1F. RGB value is (146,188,31). Sum of RGB (Red+Green+Blue) = 146+188+31=365 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40% from 365); Green value is 188 (73.83% from 255 or 51.51% from 365); Blue value is 31 (12.5% from 255 or 8.49% from 365); Max value from RGB is 188 - color contains mainly: green. Hex color #92BC1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92BC1F is #6D43E0. Grayscale: #9E9E9E. Windows color (decimal): -7160801 or 2079890. OLE color: 2079890.

HSL color Cylindrical-coordinate representation of color #92BC1F: hue angle of 76.05º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #92BC1F is Cyan = 0.22, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB 146 188 31 -
CMYK 0.22 0 0.84 0.26
HSL 76.05º 0.72% 0.43% -
HSV(B) 76.05º 0.84% 0.74% -
XYZ 30.08 42.18 7.85 -
YUV 157.54 56.59 119.77 -
System Red Green Blue C M Y K H S L
Decimal 146 188 31 0.22 0 0.84 0.26 76.05 0.72 0.43
Hex 92 BC 1F 16 0 54 1A 4C 48 2B
Octal 222 274 37 26 0 124 32 114 110 53
Binary 10010010 10111100 11111 10110 0 1010100 11010 1001100 1001000 101011

Color Harmonies of #92BC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92BC1F

Black with #92BC1F

Text Example


Text Example

White with #92BC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,188,31); }

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

background-color css

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

 a { background-color: rgb(146,188,31); }

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

border-color css

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

 span { border-color: rgb(146,188,31); }

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