Html Css Color HEX #9DA932 Limerick

📋 copy color: '#9DA932'

red 157 ◦ green 169 ◦ blue 50

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

Shades of Limerick #9DA932

Tints of Limerick #9DA932

RGB

 RED value IS 157 (61.72% from 255) = 41.76%

 GREEN value IS 169 (66.41% from 255) = 44.95%

 BLUE value IS 50 (19.92% from 255) = 13.3%

R = 41.76%
G = 44.95%
B = 13.3%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.70

 K value IS 0.34

RGB Variations

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

Color information

#9DA932 (or 0x9DA932) is known color: Limerick. HEX triplet: 9D, A9 and 32. RGB value is (157,169,50). Sum of RGB (Red+Green+Blue) = 157+169+50=376 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.76% from 376); Green value is 169 (66.41% from 255 or 44.95% from 376); Blue value is 50 (19.92% from 255 or 13.30% from 376); Max value from RGB is 169 - color contains mainly: green. Hex color #9DA932 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DA932 is #6256CD. Grayscale: #989898. Windows color (decimal): -6444750 or 3320221. OLE color: 3320221.

HSL color Cylindrical-coordinate representation of color #9DA932: hue angle of 66.05º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9DA932 is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.34.

Color convert

RGB 157 169 50 -
CMYK 0.07 0 0.70 0.34
HSL 66.05º 0.54% 0.43% -
HSV(B) 66.05º 0.7% 0.66% -
XYZ 28.67 35.77 8.41 -
YUV 151.85 70.52 131.68 -
System Red Green Blue C M Y K H S L
Decimal 157 169 50 0.07 0 0.70 0.34 66.05 0.54 0.43
Hex 9D A9 32 7 0 46 22 42 36 2B
Octal 235 251 62 7 0 106 42 102 66 53
Binary 10011101 10101001 110010 111 0 1000110 100010 1000010 110110 101011

Color Harmonies of #9DA932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA932

Black with #9DA932

Text Example


Text Example

White with #9DA932

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,169,50); }

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

background-color css

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

 a { background-color: rgb(157,169,50); }

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

border-color css

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

 span { border-color: rgb(157,169,50); }

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