Html Css Color HEX #92BA1F Limerick

📋 copy color: '#92BA1F'

red 146 ◦ green 186 ◦ blue 31

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

Shades of Limerick #92BA1F

Tints of Limerick #92BA1F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 51.24%

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

R = 40.22%
G = 51.24%
B = 8.54%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#92BA1F (or 0x92BA1F) is known color: Limerick. HEX triplet: 92, BA and 1F. RGB value is (146,186,31). Sum of RGB (Red+Green+Blue) = 146+186+31=363 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40.22% from 363); Green value is 186 (73.05% from 255 or 51.24% from 363); Blue value is 31 (12.5% from 255 or 8.54% from 363); Max value from RGB is 186 - color contains mainly: green. Hex color #92BA1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92BA1F is #6D45E0. Grayscale: #9C9C9C. Windows color (decimal): -7161313 or 2079378. OLE color: 2079378.

HSL color Cylindrical-coordinate representation of color #92BA1F: hue angle of 75.48º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #92BA1F is Cyan = 0.22, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 146 186 31 -
CMYK 0.22 0 0.83 0.27
HSL 75.48º 0.71% 0.43% -
HSV(B) 75.48º 0.83% 0.73% -
XYZ 29.66 41.33 7.71 -
YUV 156.37 57.25 120.6 -
System Red Green Blue C M Y K H S L
Decimal 146 186 31 0.22 0 0.83 0.27 75.48 0.71 0.43
Hex 92 BA 1F 16 0 53 1B 4B 47 2B
Octal 222 272 37 26 0 123 33 113 107 53
Binary 10010010 10111010 11111 10110 0 1010011 11011 1001011 1000111 101011

Color Harmonies of #92BA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92BA1F

Black with #92BA1F

Text Example


Text Example

White with #92BA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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