#BAC750

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

Shades of Celery #BAC750

Tints of Celery #BAC750

Color information

#BAC750 (or 0xBAC750) is unknown color: approx Celery. HEX triplet: BA, C7 and 50. RGB value is (186,199,80). Sum of RGB (Red+Green+Blue) = 186+199+80=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 199 (78.12% from 255 or 42.80% from 465); Blue value is 80 (31.64% from 255 or 17.20% from 465); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC750 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC750 is #4538AF. Grayscale: #B6B6B6. Windows color (decimal): -4536496 or 5294010. OLE color: 5294010.

HSL color Cylindrical-coordinate representation of color #BAC750: hue angle of 66.55º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BAC750 is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB18619980-
CMYK0.0700.600.22
HSL66.55º51.52%54.71%-
HSV(B)66.55º59.8%78.04%-
XYZ42.1251.8715.38-
YUV181.5570.69131.18-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40%
GREEN value IS 199 (78.12% from 255) = 42.80%
BLUE value IS 80 (31.64% from 255) = 17.20%
R=40%
G=42.80%
B=17.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal186199800.0700.600.2266.5551.5254.71
HexBAC750703C16433437
Octal2723071207074261036467
Binary101110101100011110100001110111100101101000011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC750; }

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

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

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

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

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

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

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

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