Html Css Color HEX #9BB32D Limerick

📋 copy color: '#9BB32D'

red 155 ◦ green 179 ◦ blue 45

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

Shades of Limerick #9BB32D

Tints of Limerick #9BB32D

RGB

 RED value IS 155 (60.94% from 255) = 40.9%

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

 BLUE value IS 45 (17.97% from 255) = 11.87%

R = 40.9%
G = 47.23%
B = 11.87%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#9BB32D (or 0x9BB32D) is known color: Limerick. HEX triplet: 9B, B3 and 2D. RGB value is (155,179,45). Sum of RGB (Red+Green+Blue) = 155+179+45=379 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.90% from 379); Green value is 179 (70.31% from 255 or 47.23% from 379); Blue value is 45 (17.97% from 255 or 11.87% from 379); Max value from RGB is 179 - color contains mainly: green. Hex color #9BB32D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BB32D is #644CD2. Grayscale: #9D9D9D. Windows color (decimal): -6573267 or 2995099. OLE color: 2995099.

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

Color convert

RGB 155 179 45 -
CMYK 0.13 0 0.75 0.30
HSL 70.75º 0.6% 0.44% -
HSV(B) 70.75º 0.75% 0.7% -
XYZ 30.11 39.4 8.5 -
YUV 156.55 65.05 126.9 -
System Red Green Blue C M Y K H S L
Decimal 155 179 45 0.13 0 0.75 0.30 70.75 0.6 0.44
Hex 9B B3 2D D 0 4B 1E 47 3C 2C
Octal 233 263 55 15 0 113 36 107 74 54
Binary 10011011 10110011 101101 1101 0 1001011 11110 1000111 111100 101100

Color Harmonies of #9BB32D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB32D

Black with #9BB32D

Text Example


Text Example

White with #9BB32D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,179,45); }

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

background-color css

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

 a { background-color: rgb(155,179,45); }

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

border-color css

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

 span { border-color: rgb(155,179,45); }

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