Html Css Color HEX #92BD1B Limerick

📋 copy color: '#92BD1B'

red 146 ◦ green 189 ◦ blue 27

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

Shades of Limerick #92BD1B

Tints of Limerick #92BD1B

RGB

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

 GREEN value IS 189 (74.22% from 255) = 52.21%

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

R = 40.33%
G = 52.21%
B = 7.46%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#92BD1B (or 0x92BD1B) is known color: Limerick. HEX triplet: 92, BD and 1B. RGB value is (146,189,27). Sum of RGB (Red+Green+Blue) = 146+189+27=362 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.33% from 362); Green value is 189 (74.22% from 255 or 52.21% from 362); Blue value is 27 (10.94% from 255 or 7.46% from 362); Max value from RGB is 189 - color contains mainly: green. Hex color #92BD1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92BD1B is #6D42E4. Grayscale: #9E9E9E. Windows color (decimal): -7160549 or 1818002. OLE color: 1818002.

HSL color Cylindrical-coordinate representation of color #92BD1B: hue angle of 75.93º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #92BD1B is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 146 189 27 -
CMYK 0.23 0 0.86 0.26
HSL 75.93º 0.75% 0.42% -
HSV(B) 75.93º 0.86% 0.74% -
XYZ 30.25 42.59 7.66 -
YUV 157.68 54.25 119.67 -
System Red Green Blue C M Y K H S L
Decimal 146 189 27 0.23 0 0.86 0.26 75.93 0.75 0.42
Hex 92 BD 1B 17 0 56 1A 4C 4B 2A
Octal 222 275 33 27 0 126 32 114 113 52
Binary 10010010 10111101 11011 10111 0 1010110 11010 1001100 1001011 101010

Color Harmonies of #92BD1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92BD1B

Black with #92BD1B

Text Example


Text Example

White with #92BD1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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