Html Css Color HEX #92B91C Limerick

📋 copy color: '#92B91C'

red 146 ◦ green 185 ◦ blue 28

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

Shades of Limerick #92B91C

Tints of Limerick #92B91C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 51.53%

 BLUE value IS 28 (11.33% from 255) = 7.8%

R = 40.67%
G = 51.53%
B = 7.8%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#92B91C (or 0x92B91C) is known color: Limerick. HEX triplet: 92, B9 and 1C. RGB value is (146,185,28). Sum of RGB (Red+Green+Blue) = 146+185+28=359 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.67% from 359); Green value is 185 (72.66% from 255 or 51.53% from 359); Blue value is 28 (11.33% from 255 or 7.80% from 359); Max value from RGB is 185 - color contains mainly: green. Hex color #92B91C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92B91C is #6D46E3. Grayscale: #9C9C9C. Windows color (decimal): -7161572 or 1882514. OLE color: 1882514.

HSL color Cylindrical-coordinate representation of color #92B91C: hue angle of 74.9º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #92B91C is Cyan = 0.21, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB 146 185 28 -
CMYK 0.21 0 0.85 0.27
HSL 74.9º 0.74% 0.42% -
HSV(B) 74.9º 0.85% 0.73% -
XYZ 29.41 40.89 7.44 -
YUV 155.44 56.08 121.27 -
System Red Green Blue C M Y K H S L
Decimal 146 185 28 0.21 0 0.85 0.27 74.9 0.74 0.42
Hex 92 B9 1C 15 0 55 1B 4B 4A 2A
Octal 222 271 34 25 0 125 33 113 112 52
Binary 10010010 10111001 11100 10101 0 1010101 11011 1001011 1001010 101010

Color Harmonies of #92B91C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92B91C

Black with #92B91C

Text Example


Text Example

White with #92B91C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,185,28); }

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

background-color css

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

 a { background-color: rgb(146,185,28); }

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

border-color css

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

 span { border-color: rgb(146,185,28); }

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