Html Css Color HEX #9DB52E Limerick

📋 copy color: '#9DB52E'

red 157 ◦ green 181 ◦ blue 46

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

Shades of Limerick #9DB52E

Tints of Limerick #9DB52E

RGB

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

 GREEN value IS 181 (71.09% from 255) = 47.14%

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

R = 40.89%
G = 47.14%
B = 11.98%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#9DB52E (or 0x9DB52E) is known color: Limerick. HEX triplet: 9D, B5 and 2E. RGB value is (157,181,46). Sum of RGB (Red+Green+Blue) = 157+181+46=384 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.89% from 384); Green value is 181 (71.09% from 255 or 47.14% from 384); Blue value is 46 (18.36% from 255 or 11.98% from 384); Max value from RGB is 181 - color contains mainly: green. Hex color #9DB52E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DB52E is #624AD1. Grayscale: #9E9E9E. Windows color (decimal): -6441682 or 3061149. OLE color: 3061149.

HSL color Cylindrical-coordinate representation of color #9DB52E: hue angle of 70.67º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9DB52E is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB 157 181 46 -
CMYK 0.13 0 0.75 0.29
HSL 70.67º 0.59% 0.45% -
HSV(B) 70.67º 0.75% 0.71% -
XYZ 30.92 40.41 8.76 -
YUV 158.43 64.55 126.98 -
System Red Green Blue C M Y K H S L
Decimal 157 181 46 0.13 0 0.75 0.29 70.67 0.59 0.45
Hex 9D B5 2E D 0 4B 1D 47 3B 2D
Octal 235 265 56 15 0 113 35 107 73 55
Binary 10011101 10110101 101110 1101 0 1001011 11101 1000111 111011 101101

Color Harmonies of #9DB52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB52E

Black with #9DB52E

Text Example


Text Example

White with #9DB52E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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