Html Css Color HEX #9DB234 Limerick

📋 copy color: '#9DB234'

red 157 ◦ green 178 ◦ blue 52

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

Shades of Limerick #9DB234

Tints of Limerick #9DB234

RGB

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

 GREEN value IS 178 (69.92% from 255) = 45.99%

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

R = 40.57%
G = 45.99%
B = 13.44%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#9DB234 (or 0x9DB234) is known color: Limerick. HEX triplet: 9D, B2 and 34. RGB value is (157,178,52). Sum of RGB (Red+Green+Blue) = 157+178+52=387 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.57% from 387); Green value is 178 (69.92% from 255 or 45.99% from 387); Blue value is 52 (20.70% from 255 or 13.44% from 387); Max value from RGB is 178 - color contains mainly: green. Hex color #9DB234 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DB234 is #624DCB. Grayscale: #9D9D9D. Windows color (decimal): -6442444 or 3453597. OLE color: 3453597.

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

Color convert

RGB 157 178 52 -
CMYK 0.12 0 0.71 0.30
HSL 70º 0.55% 0.45% -
HSV(B) 70º 0.71% 0.7% -
XYZ 30.44 39.26 9.22 -
YUV 157.36 68.54 127.75 -
System Red Green Blue C M Y K H S L
Decimal 157 178 52 0.12 0 0.71 0.30 70 0.55 0.45
Hex 9D B2 34 C 0 47 1E 46 37 2D
Octal 235 262 64 14 0 107 36 106 67 55
Binary 10011101 10110010 110100 1100 0 1000111 11110 1000110 110111 101101

Color Harmonies of #9DB234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB234

Black with #9DB234

Text Example


Text Example

White with #9DB234

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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