Html Css Color HEX #9DB632 Limerick

📋 copy color: '#9DB632'

red 157 ◦ green 182 ◦ blue 50

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

Shades of Limerick #9DB632

Tints of Limerick #9DB632

RGB

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

 GREEN value IS 182 (71.48% from 255) = 46.79%

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

R = 40.36%
G = 46.79%
B = 12.85%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#9DB632 (or 0x9DB632) is known color: Limerick. HEX triplet: 9D, B6 and 32. RGB value is (157,182,50). Sum of RGB (Red+Green+Blue) = 157+182+50=389 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.36% from 389); Green value is 182 (71.48% from 255 or 46.79% from 389); Blue value is 50 (19.92% from 255 or 12.85% from 389); Max value from RGB is 182 - color contains mainly: green. Hex color #9DB632 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DB632 is #6249CD. Grayscale: #9F9F9F. Windows color (decimal): -6441422 or 3323549. OLE color: 3323549.

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

Color convert

RGB 157 182 50 -
CMYK 0.14 0 0.73 0.29
HSL 71.36º 0.57% 0.45% -
HSV(B) 71.36º 0.73% 0.71% -
XYZ 31.21 40.85 9.26 -
YUV 159.48 66.22 126.23 -
System Red Green Blue C M Y K H S L
Decimal 157 182 50 0.14 0 0.73 0.29 71.36 0.57 0.45
Hex 9D B6 32 E 0 49 1D 47 39 2D
Octal 235 266 62 16 0 111 35 107 71 55
Binary 10011101 10110110 110010 1110 0 1001001 11101 1000111 111001 101101

Color Harmonies of #9DB632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB632

Black with #9DB632

Text Example


Text Example

White with #9DB632

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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