Html Css Color HEX #9BAD33 Limerick

📋 copy color: '#9BAD33'

red 155 ◦ green 173 ◦ blue 51

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

Shades of Limerick #9BAD33

Tints of Limerick #9BAD33

RGB

 RED value IS 155 (60.94% from 255) = 40.9%

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

 BLUE value IS 51 (20.31% from 255) = 13.46%

R = 40.9%
G = 45.65%
B = 13.46%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#9BAD33 (or 0x9BAD33) is known color: Limerick. HEX triplet: 9B, AD and 33. RGB value is (155,173,51). Sum of RGB (Red+Green+Blue) = 155+173+51=379 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.90% from 379); Green value is 173 (67.97% from 255 or 45.65% from 379); Blue value is 51 (20.31% from 255 or 13.46% from 379); Max value from RGB is 173 - color contains mainly: green. Hex color #9BAD33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BAD33 is #6452CC. Grayscale: #9A9A9A. Windows color (decimal): -6574797 or 3386779. OLE color: 3386779.

HSL color Cylindrical-coordinate representation of color #9BAD33: hue angle of 68.85º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9BAD33 is Cyan = 0.10, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB 155 173 51 -
CMYK 0.10 0 0.71 0.32
HSL 68.85º 0.54% 0.44% -
HSV(B) 68.85º 0.71% 0.68% -
XYZ 29.06 37.09 8.76 -
YUV 153.71 70.04 128.92 -
System Red Green Blue C M Y K H S L
Decimal 155 173 51 0.10 0 0.71 0.32 68.85 0.54 0.44
Hex 9B AD 33 A 0 47 20 45 36 2C
Octal 233 255 63 12 0 107 40 105 66 54
Binary 10011011 10101101 110011 1010 0 1000111 100000 1000101 110110 101100

Color Harmonies of #9BAD33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAD33

Black with #9BAD33

Text Example


Text Example

White with #9BAD33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9BAD33; }

 p { color: rgb(155,173,51); }

 H1.HeaderClassName
 {
   color: #9BAD33;
 }
 .AnyTagClassName
 {
   color: #9BAD33;
 }
</style>

background-color css

<style>
 a { background-color: #9BAD33; }

 a { background-color: rgb(155,173,51); }

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

border-color css

<style>
 span { border-color: #9BAD33; }

 span { border-color: rgb(155,173,51); }

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