#9FB448

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

Shades of Celery #9FB448

Tints of Celery #9FB448

Color information

#9FB448 (or 0x9FB448) is unknown color: approx Celery. HEX triplet: 9F, B4 and 48. RGB value is (159,180,72). Sum of RGB (Red+Green+Blue) = 159+180+72=411 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.69% from 411); Green value is 180 (70.70% from 255 or 43.80% from 411); Blue value is 72 (28.52% from 255 or 17.52% from 411); Max value from RGB is 180 - color contains mainly: green. Hex color #9FB448 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FB448 is #604BB7. Grayscale: #A1A1A1. Windows color (decimal): -6310840 or 4764831. OLE color: 4764831.

HSL color Cylindrical-coordinate representation of color #9FB448: hue angle of 71.67º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9FB448 is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB15918072-
CMYK0.1200.600.29
HSL71.67º42.86%49.41%-
HSV(B)71.67º60%70.59%-
XYZ31.7940.4812.27-
YUV161.4177.54126.28-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.69%
GREEN value IS 180 (70.70% from 255) = 43.80%
BLUE value IS 72 (28.52% from 255) = 17.52%
R=38.69%
G=43.80%
B=17.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal159180720.1200.600.2971.6742.8649.41
Hex9FB448C03C1D482b31
Octal23726411014074351105361
Binary1001111110110100100100011000111100111011001000101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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