Html Css Color HEX #9BA93F Limerick

📋 copy color: '#9BA93F'

red 155 ◦ green 169 ◦ blue 63

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

Shades of Limerick #9BA93F

Tints of Limerick #9BA93F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.28%

R = 40.05%
G = 43.67%
B = 16.28%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#9BA93F (or 0x9BA93F) is known color: Limerick. HEX triplet: 9B, A9 and 3F. RGB value is (155,169,63). Sum of RGB (Red+Green+Blue) = 155+169+63=387 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.05% from 387); Green value is 169 (66.41% from 255 or 43.67% from 387); Blue value is 63 (25% from 255 or 16.28% from 387); Max value from RGB is 169 - color contains mainly: green. Hex color #9BA93F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA93F is #6456C0. Grayscale: #999999. Windows color (decimal): -6575809 or 4172187. OLE color: 4172187.

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

Color convert

RGB 155 169 63 -
CMYK 0.08 0 0.63 0.34
HSL 67.92º 0.46% 0.45% -
HSV(B) 67.92º 0.63% 0.66% -
XYZ 28.6 35.7 10.09 -
YUV 152.73 77.36 129.62 -
System Red Green Blue C M Y K H S L
Decimal 155 169 63 0.08 0 0.63 0.34 67.92 0.46 0.45
Hex 9B A9 3F 8 0 3F 22 44 2E 2D
Octal 233 251 77 10 0 77 42 104 56 55
Binary 10011011 10101001 111111 1000 0 111111 100010 1000100 101110 101101

Color Harmonies of #9BA93F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA93F

Black with #9BA93F

Text Example


Text Example

White with #9BA93F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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