Html Css Color HEX #92BC1C Limerick

📋 copy color: '#92BC1C'

red 146 ◦ green 188 ◦ blue 28

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

Shades of Limerick #92BC1C

Tints of Limerick #92BC1C

RGB

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

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

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

R = 40.33%
G = 51.93%
B = 7.73%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#92BC1C (or 0x92BC1C) is known color: Limerick. HEX triplet: 92, BC and 1C. RGB value is (146,188,28). Sum of RGB (Red+Green+Blue) = 146+188+28=362 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.33% from 362); Green value is 188 (73.83% from 255 or 51.93% from 362); Blue value is 28 (11.33% from 255 or 7.73% from 362); Max value from RGB is 188 - color contains mainly: green. Hex color #92BC1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92BC1C is #6D43E3. Grayscale: #9D9D9D. Windows color (decimal): -7160804 or 1883282. OLE color: 1883282.

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

Color convert

RGB 146 188 28 -
CMYK 0.22 0 0.85 0.26
HSL 75.75º 0.74% 0.42% -
HSV(B) 75.75º 0.85% 0.74% -
XYZ 30.05 42.16 7.65 -
YUV 157.2 55.09 120.01 -
System Red Green Blue C M Y K H S L
Decimal 146 188 28 0.22 0 0.85 0.26 75.75 0.74 0.42
Hex 92 BC 1C 16 0 55 1A 4C 4A 2A
Octal 222 274 34 26 0 125 32 114 112 52
Binary 10010010 10111100 11100 10110 0 1010101 11010 1001100 1001010 101010

Color Harmonies of #92BC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92BC1C

Black with #92BC1C

Text Example


Text Example

White with #92BC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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