Html Css Color HEX #9DB32E Limerick

📋 copy color: '#9DB32E'

red 157 ◦ green 179 ◦ blue 46

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

Shades of Limerick #9DB32E

Tints of Limerick #9DB32E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.04%

R = 41.1%
G = 46.86%
B = 12.04%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#9DB32E (or 0x9DB32E) is known color: Limerick. HEX triplet: 9D, B3 and 2E. RGB value is (157,179,46). Sum of RGB (Red+Green+Blue) = 157+179+46=382 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.10% from 382); Green value is 179 (70.31% from 255 or 46.86% from 382); Blue value is 46 (18.36% from 255 or 12.04% from 382); Max value from RGB is 179 - color contains mainly: green. Hex color #9DB32E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DB32E is #624CD1. Grayscale: #9D9D9D. Windows color (decimal): -6442194 or 3060637. OLE color: 3060637.

HSL color Cylindrical-coordinate representation of color #9DB32E: hue angle of 69.92º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9DB32E is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB 157 179 46 -
CMYK 0.12 0 0.74 0.30
HSL 69.92º 0.59% 0.44% -
HSV(B) 69.92º 0.74% 0.7% -
XYZ 30.52 39.61 8.62 -
YUV 157.26 65.21 127.81 -
System Red Green Blue C M Y K H S L
Decimal 157 179 46 0.12 0 0.74 0.30 69.92 0.59 0.44
Hex 9D B3 2E C 0 4A 1E 46 3B 2C
Octal 235 263 56 14 0 112 36 106 73 54
Binary 10011101 10110011 101110 1100 0 1001010 11110 1000110 111011 101100

Color Harmonies of #9DB32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB32E

Black with #9DB32E

Text Example


Text Example

White with #9DB32E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,179,46); }

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

background-color css

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

 a { background-color: rgb(157,179,46); }

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

border-color css

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

 span { border-color: rgb(157,179,46); }

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