Html Css Color HEX #9BA92D Limerick

📋 copy color: '#9BA92D'

red 155 ◦ green 169 ◦ blue 45

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

Shades of Limerick #9BA92D

Tints of Limerick #9BA92D

RGB

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

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

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

R = 42.01%
G = 45.8%
B = 12.2%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.73

 K value IS 0.34

RGB Variations

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

Color information

#9BA92D (or 0x9BA92D) is known color: Limerick. HEX triplet: 9B, A9 and 2D. RGB value is (155,169,45). Sum of RGB (Red+Green+Blue) = 155+169+45=369 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.01% from 369); Green value is 169 (66.41% from 255 or 45.80% from 369); Blue value is 45 (17.97% from 255 or 12.20% from 369); Max value from RGB is 169 - color contains mainly: green. Hex color #9BA92D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA92D is #6456D2. Grayscale: #979797. Windows color (decimal): -6575827 or 2992539. OLE color: 2992539.

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

Color convert

RGB 155 169 45 -
CMYK 0.08 0 0.73 0.34
HSL 66.77º 0.58% 0.42% -
HSV(B) 66.77º 0.73% 0.66% -
XYZ 28.18 35.53 7.86 -
YUV 150.68 68.36 131.08 -
System Red Green Blue C M Y K H S L
Decimal 155 169 45 0.08 0 0.73 0.34 66.77 0.58 0.42
Hex 9B A9 2D 8 0 49 22 43 3A 2A
Octal 233 251 55 10 0 111 42 103 72 52
Binary 10011011 10101001 101101 1000 0 1001001 100010 1000011 111010 101010

Color Harmonies of #9BA92D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA92D

Black with #9BA92D

Text Example


Text Example

White with #9BA92D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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