#9FB33F

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

Shades of Celery #9FB33F

Tints of Celery #9FB33F

Color information

#9FB33F (or 0x9FB33F) is unknown color: approx Celery. HEX triplet: 9F, B3 and 3F. RGB value is (159,179,63). Sum of RGB (Red+Green+Blue) = 159+179+63=401 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.65% from 401); Green value is 179 (70.31% from 255 or 44.64% from 401); Blue value is 63 (25% from 255 or 15.71% from 401); Max value from RGB is 179 - color contains mainly: green. Hex color #9FB33F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FB33F is #604CC0. Grayscale: #A0A0A0. Windows color (decimal): -6311105 or 4174751. OLE color: 4174751.

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

Color convert

RGB15917963-
CMYK0.1100.650.30
HSL70.34º47.93%47.45%-
HSV(B)70.34º64.8%70.2%-
XYZ31.3239.9710.77-
YUV159.873.37127.43-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.65%
GREEN value IS 179 (70.31% from 255) = 44.64%
BLUE value IS 63 (25% from 255) = 15.71%
R=39.65%
G=44.64%
B=15.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal159179630.1100.650.3070.3447.9347.45
Hex9FB33FB0411E46302f
Octal23726377130101361066057
Binary1001111110110011111111101101000001111101000110110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB33F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,179,63); }

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

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

 a { background-color: rgb(159,179,63); }

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

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

 span { border-color: rgb(159,179,63); }

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