Html Css Color HEX #92AD1B Limerick

📋 copy color: '#92AD1B'

red 146 ◦ green 173 ◦ blue 27

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

Shades of Limerick #92AD1B

Tints of Limerick #92AD1B

RGB

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

 GREEN value IS 173 (67.97% from 255) = 50%

 BLUE value IS 27 (10.94% from 255) = 7.8%

R = 42.2%
G = 50%
B = 7.8%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#92AD1B (or 0x92AD1B) is known color: Limerick. HEX triplet: 92, AD and 1B. RGB value is (146,173,27). Sum of RGB (Red+Green+Blue) = 146+173+27=346 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.20% from 346); Green value is 173 (67.97% from 255 or 50% from 346); Blue value is 27 (10.94% from 255 or 7.80% from 346); Max value from RGB is 173 - color contains mainly: green. Hex color #92AD1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92AD1B is #6D52E4. Grayscale: #949494. Windows color (decimal): -7164645 or 1813906. OLE color: 1813906.

HSL color Cylindrical-coordinate representation of color #92AD1B: hue angle of 71.1º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #92AD1B is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB 146 173 27 -
CMYK 0.16 0 0.84 0.32
HSL 71.1º 0.73% 0.39% -
HSV(B) 71.1º 0.84% 0.68% -
XYZ 27 36.08 6.58 -
YUV 148.28 59.55 126.37 -
System Red Green Blue C M Y K H S L
Decimal 146 173 27 0.16 0 0.84 0.32 71.1 0.73 0.39
Hex 92 AD 1B 10 0 54 20 47 49 27
Octal 222 255 33 20 0 124 40 107 111 47
Binary 10010010 10101101 11011 10000 0 1010100 100000 1000111 1001001 100111

Color Harmonies of #92AD1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92AD1B

Black with #92AD1B

Text Example


Text Example

White with #92AD1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,173,27); }

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

background-color css

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

 a { background-color: rgb(146,173,27); }

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

border-color css

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

 span { border-color: rgb(146,173,27); }

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