Html Css Color HEX #92BC2C Limerick

📋 copy color: '#92BC2C'

red 146 ◦ green 188 ◦ blue 44

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

Shades of Limerick #92BC2C

Tints of Limerick #92BC2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.64%

R = 38.62%
G = 49.74%
B = 11.64%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#92BC2C (or 0x92BC2C) is known color: Limerick. HEX triplet: 92, BC and 2C. RGB value is (146,188,44). Sum of RGB (Red+Green+Blue) = 146+188+44=378 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.62% from 378); Green value is 188 (73.83% from 255 or 49.74% from 378); Blue value is 44 (17.58% from 255 or 11.64% from 378); Max value from RGB is 188 - color contains mainly: green. Hex color #92BC2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92BC2C is #6D43D3. Grayscale: #9F9F9F. Windows color (decimal): -7160788 or 2931858. OLE color: 2931858.

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

Color convert

RGB 146 188 44 -
CMYK 0.22 0 0.77 0.26
HSL 77.5º 0.62% 0.45% -
HSV(B) 77.5º 0.77% 0.74% -
XYZ 30.29 42.26 8.94 -
YUV 159.03 63.09 118.71 -
System Red Green Blue C M Y K H S L
Decimal 146 188 44 0.22 0 0.77 0.26 77.5 0.62 0.45
Hex 92 BC 2C 16 0 4D 1A 4E 3E 2D
Octal 222 274 54 26 0 115 32 116 76 55
Binary 10010010 10111100 101100 10110 0 1001101 11010 1001110 111110 101101

Color Harmonies of #92BC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92BC2C

Black with #92BC2C

Text Example


Text Example

White with #92BC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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