Html Css Color HEX #9BA92E Limerick

📋 copy color: '#9BA92E'

red 155 ◦ green 169 ◦ blue 46

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

Shades of Limerick #9BA92E

Tints of Limerick #9BA92E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.43%

R = 41.89%
G = 45.68%
B = 12.43%

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

#9BA92E (or 0x9BA92E) is known color: Limerick. HEX triplet: 9B, A9 and 2E. RGB value is (155,169,46). Sum of RGB (Red+Green+Blue) = 155+169+46=370 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.89% from 370); Green value is 169 (66.41% from 255 or 45.68% from 370); Blue value is 46 (18.36% from 255 or 12.43% from 370); Max value from RGB is 169 - color contains mainly: green. Hex color #9BA92E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA92E is #6456D1. Grayscale: #979797. Windows color (decimal): -6575826 or 3058075. OLE color: 3058075.

HSL color Cylindrical-coordinate representation of color #9BA92E: hue angle of 66.83º degrees, saturation: 0.57, 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 #9BA92E is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.34.

Color convert

RGB 155 169 46 -
CMYK 0.08 0 0.73 0.34
HSL 66.83º 0.57% 0.42% -
HSV(B) 66.83º 0.73% 0.66% -
XYZ 28.2 35.54 7.96 -
YUV 150.79 68.86 131 -
System Red Green Blue C M Y K H S L
Decimal 155 169 46 0.08 0 0.73 0.34 66.83 0.57 0.42
Hex 9B A9 2E 8 0 49 22 43 39 2A
Octal 233 251 56 10 0 111 42 103 71 52
Binary 10011011 10101001 101110 1000 0 1001001 100010 1000011 111001 101010

Color Harmonies of #9BA92E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA92E

Black with #9BA92E

Text Example


Text Example

White with #9BA92E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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