Html Css Color HEX #9BA940 Limerick

📋 copy color: '#9BA940'

red 155 ◦ green 169 ◦ blue 64

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

Shades of Limerick #9BA940

Tints of Limerick #9BA940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.49%

R = 39.95%
G = 43.56%
B = 16.49%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#9BA940 (or 0x9BA940) is known color: Limerick. HEX triplet: 9B, A9 and 40. RGB value is (155,169,64). Sum of RGB (Red+Green+Blue) = 155+169+64=388 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.95% from 388); Green value is 169 (66.41% from 255 or 43.56% from 388); Blue value is 64 (25.39% from 255 or 16.49% from 388); Max value from RGB is 169 - color contains mainly: green. Hex color #9BA940 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA940 is #6456BF. Grayscale: #999999. Windows color (decimal): -6575808 or 4237723. OLE color: 4237723.

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

Color convert

RGB 155 169 64 -
CMYK 0.08 0 0.62 0.34
HSL 68º 0.45% 0.46% -
HSV(B) 68º 0.62% 0.66% -
XYZ 28.63 35.71 10.24 -
YUV 152.84 77.86 129.54 -
System Red Green Blue C M Y K H S L
Decimal 155 169 64 0.08 0 0.62 0.34 68 0.45 0.46
Hex 9B A9 40 8 0 3E 22 44 2D 2E
Octal 233 251 100 10 0 76 42 104 55 56
Binary 10011011 10101001 1000000 1000 0 111110 100010 1000100 101101 101110

Color Harmonies of #9BA940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA940

Black with #9BA940

Text Example


Text Example

White with #9BA940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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