Html Css Color HEX #92AD2B Limerick

📋 copy color: '#92AD2B'

red 146 ◦ green 173 ◦ blue 43

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

Shades of Limerick #92AD2B

Tints of Limerick #92AD2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.88%

R = 40.33%
G = 47.79%
B = 11.88%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#92AD2B (or 0x92AD2B) is known color: Limerick. HEX triplet: 92, AD and 2B. RGB value is (146,173,43). Sum of RGB (Red+Green+Blue) = 146+173+43=362 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.33% from 362); Green value is 173 (67.97% from 255 or 47.79% from 362); Blue value is 43 (17.19% from 255 or 11.88% from 362); Max value from RGB is 173 - color contains mainly: green. Hex color #92AD2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92AD2B is #6D52D4. Grayscale: #969696. Windows color (decimal): -7164629 or 2862482. OLE color: 2862482.

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

Color convert

RGB 146 173 43 -
CMYK 0.16 0 0.75 0.32
HSL 72.46º 0.6% 0.42% -
HSV(B) 72.46º 0.75% 0.68% -
XYZ 27.23 36.17 7.83 -
YUV 150.11 67.55 125.07 -
System Red Green Blue C M Y K H S L
Decimal 146 173 43 0.16 0 0.75 0.32 72.46 0.6 0.42
Hex 92 AD 2B 10 0 4B 20 48 3C 2A
Octal 222 255 53 20 0 113 40 110 74 52
Binary 10010010 10101101 101011 10000 0 1001011 100000 1001000 111100 101010

Color Harmonies of #92AD2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92AD2B

Black with #92AD2B

Text Example


Text Example

White with #92AD2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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