#9FB148

Color #9FB148 Celery (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celery #9FB148

Tints of Celery #9FB148

Color information

#9FB148 (or 0x9FB148) is unknown color: approx Celery. HEX triplet: 9F, B1 and 48. RGB value is (159,177,72). Sum of RGB (Red+Green+Blue) = 159+177+72=408 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.97% from 408); Green value is 177 (69.53% from 255 or 43.38% from 408); Blue value is 72 (28.52% from 255 or 17.65% from 408); Max value from RGB is 177 - color contains mainly: green. Hex color #9FB148 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FB148 is #604EB7. Grayscale: #A0A0A0. Windows color (decimal): -6311608 or 4764063. OLE color: 4764063.

HSL color Cylindrical-coordinate representation of color #9FB148: hue angle of 70.29º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9FB148 is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB15917772-
CMYK0.1000.590.31
HSL70.29º42.17%48.82%-
HSV(B)70.29º59.32%69.41%-
XYZ31.1939.2812.07-
YUV159.6578.54127.54-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.97%
GREEN value IS 177 (69.53% from 255) = 43.38%
BLUE value IS 72 (28.52% from 255) = 17.65%
R=38.97%
G=43.38%
B=17.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal159177720.1000.590.3170.2942.1748.82
Hex9FB148A03B1F462a31
Octal23726111012073371065261
Binary1001111110110001100100010100111011111111000110101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,177,72); }

 H1.HeaderClassName
 {
   color: #9FB148;
 }
 .AnyTagClassName
 {
   color: #9FB148;
 }
</style>
background-color css

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

 a { background-color: rgb(159,177,72); }

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

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

 span { border-color: rgb(159,177,72); }

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