Html Css Color HEX #92BF1C Limerick

📋 copy color: '#92BF1C'

red 146 ◦ green 191 ◦ blue 28

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

Shades of Limerick #92BF1C

Tints of Limerick #92BF1C

RGB

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

 GREEN value IS 191 (75% from 255) = 52.33%

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

R = 40%
G = 52.33%
B = 7.67%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#92BF1C (or 0x92BF1C) is known color: Limerick. HEX triplet: 92, BF and 1C. RGB value is (146,191,28). Sum of RGB (Red+Green+Blue) = 146+191+28=365 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40% from 365); Green value is 191 (75% from 255 or 52.33% from 365); Blue value is 28 (11.33% from 255 or 7.67% from 365); Max value from RGB is 191 - color contains mainly: green. Hex color #92BF1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92BF1C is #6D40E3. Grayscale: #9F9F9F. Windows color (decimal): -7160036 or 1884050. OLE color: 1884050.

HSL color Cylindrical-coordinate representation of color #92BF1C: hue angle of 76.56º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #92BF1C is Cyan = 0.24, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB 146 191 28 -
CMYK 0.24 0 0.85 0.25
HSL 76.56º 0.74% 0.43% -
HSV(B) 76.56º 0.85% 0.75% -
XYZ 30.69 43.46 7.87 -
YUV 158.96 54.09 118.75 -
System Red Green Blue C M Y K H S L
Decimal 146 191 28 0.24 0 0.85 0.25 76.56 0.74 0.43
Hex 92 BF 1C 18 0 55 19 4D 4A 2B
Octal 222 277 34 30 0 125 31 115 112 53
Binary 10010010 10111111 11100 11000 0 1010101 11001 1001101 1001010 101011

Color Harmonies of #92BF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92BF1C

Black with #92BF1C

Text Example


Text Example

White with #92BF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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