Html Css Color HEX #9BA93B Limerick

📋 copy color: '#9BA93B'

red 155 ◦ green 169 ◦ blue 59

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

Shades of Limerick #9BA93B

Tints of Limerick #9BA93B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.4%

R = 40.47%
G = 44.13%
B = 15.4%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.65

 K value IS 0.34

RGB Variations

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

Color information

#9BA93B (or 0x9BA93B) is known color: Limerick. HEX triplet: 9B, A9 and 3B. RGB value is (155,169,59). Sum of RGB (Red+Green+Blue) = 155+169+59=383 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.47% from 383); Green value is 169 (66.41% from 255 or 44.13% from 383); Blue value is 59 (23.44% from 255 or 15.40% from 383); Max value from RGB is 169 - color contains mainly: green. Hex color #9BA93B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA93B is #6456C4. Grayscale: #989898. Windows color (decimal): -6575813 or 3910043. OLE color: 3910043.

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

Color convert

RGB 155 169 59 -
CMYK 0.08 0 0.65 0.34
HSL 67.64º 0.48% 0.45% -
HSV(B) 67.64º 0.65% 0.66% -
XYZ 28.49 35.66 9.52 -
YUV 152.27 75.36 129.94 -
System Red Green Blue C M Y K H S L
Decimal 155 169 59 0.08 0 0.65 0.34 67.64 0.48 0.45
Hex 9B A9 3B 8 0 41 22 44 30 2D
Octal 233 251 73 10 0 101 42 104 60 55
Binary 10011011 10101001 111011 1000 0 1000001 100010 1000100 110000 101101

Color Harmonies of #9BA93B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA93B

Black with #9BA93B

Text Example


Text Example

White with #9BA93B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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