#9BB94E

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

Shades of Celery #9BB94E

Tints of Celery #9BB94E

Color information

#9BB94E (or 0x9BB94E) is unknown color: approx Celery. HEX triplet: 9B, B9 and 4E. RGB value is (155,185,78). Sum of RGB (Red+Green+Blue) = 155+185+78=418 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.08% from 418); Green value is 185 (72.66% from 255 or 44.26% from 418); Blue value is 78 (30.86% from 255 or 18.66% from 418); Max value from RGB is 185 - color contains mainly: green. Hex color #9BB94E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB94E is #6446B1. Grayscale: #A4A4A4. Windows color (decimal): -6571698 or 5159323. OLE color: 5159323.

HSL color Cylindrical-coordinate representation of color #9BB94E: hue angle of 76.82º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9BB94E is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB15518578-
CMYK0.1600.580.27
HSL76.82º43.32%51.57%-
HSV(B)76.82º57.84%72.55%-
XYZ32.2442.2213.66-
YUV163.8379.56121.7-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.08%
GREEN value IS 185 (72.66% from 255) = 44.26%
BLUE value IS 78 (30.86% from 255) = 18.66%
R=37.08%
G=44.26%
B=18.66%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal155185780.1600.580.2776.8243.3251.57
Hex9BB94E1003A1B4d2b34
Octal23327111620072331155364
Binary10011011101110011001110100000111010110111001101101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB94E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,185,78); }

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

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

 a { background-color: rgb(155,185,78); }

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

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

 span { border-color: rgb(155,185,78); }

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