#BACB49

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

Shades of Celery #BACB49

Tints of Celery #BACB49

Color information

#BACB49 (or 0xBACB49) is unknown color: approx Celery. HEX triplet: BA, CB and 49. RGB value is (186,203,73). Sum of RGB (Red+Green+Blue) = 186+203+73=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 203 (79.69% from 255 or 43.94% from 462); Blue value is 73 (28.91% from 255 or 15.80% from 462); Max value from RGB is 203 - color contains mainly: green. Hex color #BACB49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACB49 is #4534B6. Grayscale: #B7B7B7. Windows color (decimal): -4535479 or 4836282. OLE color: 4836282.

HSL color Cylindrical-coordinate representation of color #BACB49: hue angle of 67.85º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BACB49 is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB18620373-
CMYK0.0800.640.20
HSL67.85º55.56%54.12%-
HSV(B)67.85º64.04%79.61%-
XYZ42.8153.6314.4-
YUV183.165.87130.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.26%
GREEN value IS 203 (79.69% from 255) = 43.94%
BLUE value IS 73 (28.91% from 255) = 15.80%
R=40.26%
G=43.94%
B=15.80%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal186203730.0800.640.2067.8555.5654.12
HexBACB49804014443836
Octal272313111100100241047066
Binary10111010110010111001001100001000000101001000100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACB49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACB49; }

 p { color: rgb(186,203,73); }

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

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

 a { background-color: rgb(186,203,73); }

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

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

 span { border-color: rgb(186,203,73); }

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