#B9C94E

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

Shades of Celery #B9C94E

Tints of Celery #B9C94E

Color information

#B9C94E (or 0xB9C94E) is unknown color: approx Celery. HEX triplet: B9, C9 and 4E. RGB value is (185,201,78). Sum of RGB (Red+Green+Blue) = 185+201+78=464 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.87% from 464); Green value is 201 (78.91% from 255 or 43.32% from 464); Blue value is 78 (30.86% from 255 or 16.81% from 464); Max value from RGB is 201 - color contains mainly: green. Hex color #B9C94E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C94E is #4636B1. Grayscale: #B6B6B6. Windows color (decimal): -4601522 or 5163449. OLE color: 5163449.

HSL color Cylindrical-coordinate representation of color #B9C94E: hue angle of 67.8º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B9C94E is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB18520178-
CMYK0.0800.610.21
HSL67.8º53.25%54.71%-
HSV(B)67.8º61.19%78.82%-
XYZ42.2752.6415.14-
YUV182.1969.2130-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.87%
GREEN value IS 201 (78.91% from 255) = 43.32%
BLUE value IS 78 (30.86% from 255) = 16.81%
R=39.87%
G=43.32%
B=16.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal185201780.0800.610.2167.853.2554.71
HexB9C94E803D15443537
Octal27131111610075251046567
Binary1011100111001001100111010000111101101011000100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C94E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C94E; }

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

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

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

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

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

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

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

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