#BAC350

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

Shades of Celery #BAC350

Tints of Celery #BAC350

Color information

#BAC350 (or 0xBAC350) is unknown color: approx Celery. HEX triplet: BA, C3 and 50. RGB value is (186,195,80). Sum of RGB (Red+Green+Blue) = 186+195+80=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 195 (76.56% from 255 or 42.30% from 461); Blue value is 80 (31.64% from 255 or 17.35% from 461); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC350 is #453CAF. Grayscale: #B3B3B3. Windows color (decimal): -4537520 or 5292986. OLE color: 5292986.

HSL color Cylindrical-coordinate representation of color #BAC350: hue angle of 64.7º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BAC350 is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB18619580-
CMYK0.0500.590.24
HSL64.7º48.94%53.92%-
HSV(B)64.7º58.97%76.47%-
XYZ41.2150.0515.08-
YUV179.272.02132.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.35%
GREEN value IS 195 (76.56% from 255) = 42.30%
BLUE value IS 80 (31.64% from 255) = 17.35%
R=40.35%
G=42.30%
B=17.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal186195800.0500.590.2464.748.9453.92
HexBAC350503B18413136
Octal2723031205073301016166
Binary101110101100001110100001010111011110001000001110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC350; }

 p { color: rgb(186,195,80); }

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

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

 a { background-color: rgb(186,195,80); }

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

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

 span { border-color: rgb(186,195,80); }

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