Html Css Color HEX #92B31F Limerick

📋 copy color: '#92B31F'

red 146 ◦ green 179 ◦ blue 31

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

Shades of Limerick #92B31F

Tints of Limerick #92B31F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 50.28%

 BLUE value IS 31 (12.5% from 255) = 8.71%

R = 41.01%
G = 50.28%
B = 8.71%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#92B31F (or 0x92B31F) is known color: Limerick. HEX triplet: 92, B3 and 1F. RGB value is (146,179,31). Sum of RGB (Red+Green+Blue) = 146+179+31=356 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.01% from 356); Green value is 179 (70.31% from 255 or 50.28% from 356); Blue value is 31 (12.5% from 255 or 8.71% from 356); Max value from RGB is 179 - color contains mainly: green. Hex color #92B31F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92B31F is #6D4CE0. Grayscale: #989898. Windows color (decimal): -7163105 or 2077586. OLE color: 2077586.

HSL color Cylindrical-coordinate representation of color #92B31F: hue angle of 73.38º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #92B31F is Cyan = 0.18, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB 146 179 31 -
CMYK 0.18 0 0.83 0.30
HSL 73.38º 0.7% 0.41% -
HSV(B) 73.38º 0.83% 0.7% -
XYZ 28.22 38.45 7.23 -
YUV 152.26 59.57 123.53 -
System Red Green Blue C M Y K H S L
Decimal 146 179 31 0.18 0 0.83 0.30 73.38 0.7 0.41
Hex 92 B3 1F 12 0 53 1E 49 46 29
Octal 222 263 37 22 0 123 36 111 106 51
Binary 10010010 10110011 11111 10010 0 1010011 11110 1001001 1000110 101001

Color Harmonies of #92B31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92B31F

Black with #92B31F

Text Example


Text Example

White with #92B31F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,179,31); }

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

background-color css

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

 a { background-color: rgb(146,179,31); }

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

border-color css

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

 span { border-color: rgb(146,179,31); }

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