Html Css Color HEX #9FB94B Celery

📋 copy color: '#9FB94B'

red 159 ◦ green 185 ◦ blue 75

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

Shades of Celery #9FB94B

Tints of Celery #9FB94B

RGB

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

 GREEN value IS 185 (72.66% from 255) = 44.15%

 BLUE value IS 75 (29.69% from 255) = 17.9%

R = 37.95%
G = 44.15%
B = 17.9%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#9FB94B (or 0x9FB94B) is known color: Celery. HEX triplet: 9F, B9 and 4B. RGB value is (159,185,75). Sum of RGB (Red+Green+Blue) = 159+185+75=419 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.95% from 419); Green value is 185 (72.66% from 255 or 44.15% from 419); Blue value is 75 (29.69% from 255 or 17.90% from 419); Max value from RGB is 185 - color contains mainly: green. Hex color #9FB94B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FB94B is #6046B4. Grayscale: #A5A5A5. Windows color (decimal): -6309557 or 4962719. OLE color: 4962719.

HSL color Cylindrical-coordinate representation of color #9FB94B: hue angle of 74.18º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9FB94B is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 159 185 75 -
CMYK 0.14 0 0.59 0.27
HSL 74.18º 0.44% 0.51% -
HSV(B) 74.18º 0.59% 0.73% -
XYZ 32.92 42.58 13.14 -
YUV 164.69 77.39 123.94 -
System Red Green Blue C M Y K H S L
Decimal 159 185 75 0.14 0 0.59 0.27 74.18 0.44 0.51
Hex 9F B9 4B E 0 3B 1B 4A 2C 33
Octal 237 271 113 16 0 73 33 112 54 63
Binary 10011111 10111001 1001011 1110 0 111011 11011 1001010 101100 110011

Color Harmonies of #9FB94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB94B

Black with #9FB94B

Text Example


Text Example

White with #9FB94B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,185,75); }

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

background-color css

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

 a { background-color: rgb(159,185,75); }

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

border-color css

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

 span { border-color: rgb(159,185,75); }

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