Html Css Color HEX #9BA930 Limerick

📋 copy color: '#9BA930'

red 155 ◦ green 169 ◦ blue 48

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

Shades of Limerick #9BA930

Tints of Limerick #9BA930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.9%

R = 41.67%
G = 45.43%
B = 12.9%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.72

 K value IS 0.34

RGB Variations

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

Color information

#9BA930 (or 0x9BA930) is known color: Limerick. HEX triplet: 9B, A9 and 30. RGB value is (155,169,48). Sum of RGB (Red+Green+Blue) = 155+169+48=372 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.67% from 372); Green value is 169 (66.41% from 255 or 45.43% from 372); Blue value is 48 (19.14% from 255 or 12.90% from 372); Max value from RGB is 169 - color contains mainly: green. Hex color #9BA930 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA930 is #6456CF. Grayscale: #979797. Windows color (decimal): -6575824 or 3189147. OLE color: 3189147.

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

Color convert

RGB 155 169 48 -
CMYK 0.08 0 0.72 0.34
HSL 66.94º 0.56% 0.43% -
HSV(B) 66.94º 0.72% 0.66% -
XYZ 28.24 35.56 8.17 -
YUV 151.02 69.86 130.84 -
System Red Green Blue C M Y K H S L
Decimal 155 169 48 0.08 0 0.72 0.34 66.94 0.56 0.43
Hex 9B A9 30 8 0 48 22 43 38 2B
Octal 233 251 60 10 0 110 42 103 70 53
Binary 10011011 10101001 110000 1000 0 1001000 100010 1000011 111000 101011

Color Harmonies of #9BA930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA930

Black with #9BA930

Text Example


Text Example

White with #9BA930

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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