Html Css Color HEX #92BC26 Limerick

📋 copy color: '#92BC26'

red 146 ◦ green 188 ◦ blue 38

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

Shades of Limerick #92BC26

Tints of Limerick #92BC26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.22%

R = 39.25%
G = 50.54%
B = 10.22%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#92BC26 (or 0x92BC26) is known color: Limerick. HEX triplet: 92, BC and 26. RGB value is (146,188,38). Sum of RGB (Red+Green+Blue) = 146+188+38=372 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.25% from 372); Green value is 188 (73.83% from 255 or 50.54% from 372); Blue value is 38 (15.23% from 255 or 10.22% from 372); Max value from RGB is 188 - color contains mainly: green. Hex color #92BC26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92BC26 is #6D43D9. Grayscale: #9E9E9E. Windows color (decimal): -7160794 or 2538642. OLE color: 2538642.

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

Color convert

RGB 146 188 38 -
CMYK 0.22 0 0.80 0.26
HSL 76.8º 0.66% 0.44% -
HSV(B) 76.8º 0.8% 0.74% -
XYZ 30.19 42.22 8.39 -
YUV 158.34 60.09 119.2 -
System Red Green Blue C M Y K H S L
Decimal 146 188 38 0.22 0 0.80 0.26 76.8 0.66 0.44
Hex 92 BC 26 16 0 50 1A 4D 42 2C
Octal 222 274 46 26 0 120 32 115 102 54
Binary 10010010 10111100 100110 10110 0 1010000 11010 1001101 1000010 101100

Color Harmonies of #92BC26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92BC26

Black with #92BC26

Text Example


Text Example

White with #92BC26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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