Html Css Color HEX #9DB534 Limerick

📋 copy color: '#9DB534'

red 157 ◦ green 181 ◦ blue 52

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

Shades of Limerick #9DB534

Tints of Limerick #9DB534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.33%

R = 40.26%
G = 46.41%
B = 13.33%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#9DB534 (or 0x9DB534) is known color: Limerick. HEX triplet: 9D, B5 and 34. RGB value is (157,181,52). Sum of RGB (Red+Green+Blue) = 157+181+52=390 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.26% from 390); Green value is 181 (71.09% from 255 or 46.41% from 390); Blue value is 52 (20.70% from 255 or 13.33% from 390); Max value from RGB is 181 - color contains mainly: green. Hex color #9DB534 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DB534 is #624ACB. Grayscale: #9F9F9F. Windows color (decimal): -6441676 or 3454365. OLE color: 3454365.

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

Color convert

RGB 157 181 52 -
CMYK 0.13 0 0.71 0.29
HSL 71.16º 0.55% 0.46% -
HSV(B) 71.16º 0.71% 0.71% -
XYZ 31.05 40.46 9.42 -
YUV 159.12 67.55 126.49 -
System Red Green Blue C M Y K H S L
Decimal 157 181 52 0.13 0 0.71 0.29 71.16 0.55 0.46
Hex 9D B5 34 D 0 47 1D 47 37 2E
Octal 235 265 64 15 0 107 35 107 67 56
Binary 10011101 10110101 110100 1101 0 1000111 11101 1000111 110111 101110

Color Harmonies of #9DB534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB534

Black with #9DB534

Text Example


Text Example

White with #9DB534

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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