#BAC83F

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

Shades of Celery #BAC83F

Tints of Celery #BAC83F

Color information

#BAC83F (or 0xBAC83F) is unknown color: approx Celery. HEX triplet: BA, C8 and 3F. RGB value is (186,200,63). Sum of RGB (Red+Green+Blue) = 186+200+63=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 200 (78.52% from 255 or 44.54% from 449); Blue value is 63 (25% from 255 or 14.03% from 449); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC83F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC83F is #4537C0. Grayscale: #B4B4B4. Windows color (decimal): -4536257 or 4180154. OLE color: 4180154.

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

Color convert

RGB18620063-
CMYK0.0700.680.22
HSL66.13º55.47%51.57%-
HSV(B)66.13º68.5%78.43%-
XYZ41.852.1112.56-
YUV180.261.86132.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.43%
GREEN value IS 200 (78.52% from 255) = 44.54%
BLUE value IS 63 (25% from 255) = 14.03%
R=41.43%
G=44.54%
B=14.03%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal186200630.0700.680.2266.1355.4751.57
HexBAC83F704416423734
Octal2723107770104261026764
Binary101110101100100011111111101000100101101000010110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC83F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC83F; }

 p { color: rgb(186,200,63); }

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

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

 a { background-color: rgb(186,200,63); }

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

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

 span { border-color: rgb(186,200,63); }

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