Html Css Color HEX #9BA932 Limerick

📋 copy color: '#9BA932'

red 155 ◦ green 169 ◦ blue 50

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

Shades of Limerick #9BA932

Tints of Limerick #9BA932

RGB

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

 GREEN value IS 169 (66.41% from 255) = 45.19%

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

R = 41.44%
G = 45.19%
B = 13.37%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.70

 K value IS 0.34

RGB Variations

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

Color information

#9BA932 (or 0x9BA932) is known color: Limerick. HEX triplet: 9B, A9 and 32. RGB value is (155,169,50). Sum of RGB (Red+Green+Blue) = 155+169+50=374 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.44% from 374); Green value is 169 (66.41% from 255 or 45.19% from 374); Blue value is 50 (19.92% from 255 or 13.37% from 374); Max value from RGB is 169 - color contains mainly: green. Hex color #9BA932 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA932 is #6456CD. Grayscale: #979797. Windows color (decimal): -6575822 or 3320219. OLE color: 3320219.

HSL color Cylindrical-coordinate representation of color #9BA932: hue angle of 67.06º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9BA932 is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.34.

Color convert

RGB 155 169 50 -
CMYK 0.08 0 0.70 0.34
HSL 67.06º 0.54% 0.43% -
HSV(B) 67.06º 0.7% 0.66% -
XYZ 28.28 35.57 8.39 -
YUV 151.25 70.86 130.68 -
System Red Green Blue C M Y K H S L
Decimal 155 169 50 0.08 0 0.70 0.34 67.06 0.54 0.43
Hex 9B A9 32 8 0 46 22 43 36 2B
Octal 233 251 62 10 0 106 42 103 66 53
Binary 10011011 10101001 110010 1000 0 1000110 100010 1000011 110110 101011

Color Harmonies of #9BA932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA932

Black with #9BA932

Text Example


Text Example

White with #9BA932

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,169,50); }

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

background-color css

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

 a { background-color: rgb(155,169,50); }

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

border-color css

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

 span { border-color: rgb(155,169,50); }

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