Html Css Color HEX #9FB048 Celery

📋 copy color: '#9FB048'

red 159 ◦ green 176 ◦ blue 72

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

Shades of Celery #9FB048

Tints of Celery #9FB048

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.24%

 BLUE value IS 72 (28.52% from 255) = 17.69%

R = 39.07%
G = 43.24%
B = 17.69%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#9FB048 (or 0x9FB048) is known color: Celery. HEX triplet: 9F, B0 and 48. RGB value is (159,176,72). Sum of RGB (Red+Green+Blue) = 159+176+72=407 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.07% from 407); Green value is 176 (69.14% from 255 or 43.24% from 407); Blue value is 72 (28.52% from 255 or 17.69% from 407); Max value from RGB is 176 - color contains mainly: green. Hex color #9FB048 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FB048 is #604FB7. Grayscale: #9F9F9F. Windows color (decimal): -6311864 or 4763807. OLE color: 4763807.

HSL color Cylindrical-coordinate representation of color #9FB048: hue angle of 69.81º 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 #9FB048 is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 159 176 72 -
CMYK 0.10 0 0.59 0.31
HSL 69.81º 0.42% 0.49% -
HSV(B) 69.81º 0.59% 0.69% -
XYZ 30.99 38.89 12 -
YUV 159.06 78.87 127.96 -
System Red Green Blue C M Y K H S L
Decimal 159 176 72 0.10 0 0.59 0.31 69.81 0.42 0.49
Hex 9F B0 48 A 0 3B 1F 46 2A 31
Octal 237 260 110 12 0 73 37 106 52 61
Binary 10011111 10110000 1001000 1010 0 111011 11111 1000110 101010 110001

Color Harmonies of #9FB048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB048

Black with #9FB048

Text Example


Text Example

White with #9FB048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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