Html Css Color HEX #9FB448 Celery

📋 copy color: '#9FB448'

red 159 ◦ green 180 ◦ blue 72

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

Shades of Celery #9FB448

Tints of Celery #9FB448

RGB

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

 GREEN value IS 180 (70.7% from 255) = 43.8%

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

R = 38.69%
G = 43.8%
B = 17.52%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#9FB448 (or 0x9FB448) is known color: 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

RGB 159 180 72 -
CMYK 0.12 0 0.60 0.29
HSL 71.67º 0.43% 0.49% -
HSV(B) 71.67º 0.6% 0.71% -
XYZ 31.79 40.48 12.27 -
YUV 161.41 77.54 126.28 -
System Red Green Blue C M Y K H S L
Decimal 159 180 72 0.12 0 0.60 0.29 71.67 0.43 0.49
Hex 9F B4 48 C 0 3C 1D 48 2B 31
Octal 237 264 110 14 0 74 35 110 53 61
Binary 10011111 10110100 1001000 1100 0 111100 11101 1001000 101011 110001

Color Harmonies of #9FB448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB448

Black with #9FB448

Text Example


Text Example

White with #9FB448

Text Example


Text Example

HTML Codes & Css Web 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>