Html Css Color HEX #9FB232 Limerick

📋 copy color: '#9FB232'

red 159 ◦ green 178 ◦ blue 50

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

Shades of Limerick #9FB232

Tints of Limerick #9FB232

RGB

 RED value IS 159 (62.5% from 255) = 41.09%

 GREEN value IS 178 (69.92% from 255) = 45.99%

 BLUE value IS 50 (19.92% from 255) = 12.92%

R = 41.09%
G = 45.99%
B = 12.92%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#9FB232 (or 0x9FB232) is known color: Limerick. HEX triplet: 9F, B2 and 32. RGB value is (159,178,50). Sum of RGB (Red+Green+Blue) = 159+178+50=387 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.09% from 387); Green value is 178 (69.92% from 255 or 45.99% from 387); Blue value is 50 (19.92% from 255 or 12.92% from 387); Max value from RGB is 178 - color contains mainly: green. Hex color #9FB232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FB232 is #604DCD. Grayscale: #9E9E9E. Windows color (decimal): -6311374 or 3322527. OLE color: 3322527.

HSL color Cylindrical-coordinate representation of color #9FB232: hue angle of 68.91º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9FB232 is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB 159 178 50 -
CMYK 0.11 0 0.72 0.30
HSL 68.91º 0.56% 0.45% -
HSV(B) 68.91º 0.72% 0.7% -
XYZ 30.79 39.44 9.01 -
YUV 157.73 67.21 128.91 -
System Red Green Blue C M Y K H S L
Decimal 159 178 50 0.11 0 0.72 0.30 68.91 0.56 0.45
Hex 9F B2 32 B 0 48 1E 45 38 2D
Octal 237 262 62 13 0 110 36 105 70 55
Binary 10011111 10110010 110010 1011 0 1001000 11110 1000101 111000 101101

Color Harmonies of #9FB232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB232

Black with #9FB232

Text Example


Text Example

White with #9FB232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,178,50); }

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

background-color css

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

 a { background-color: rgb(159,178,50); }

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

border-color css

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

 span { border-color: rgb(159,178,50); }

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